Skip to content

Commit

Permalink
Merge pull request #6622 from OSGeo/backport-6621-to-release/3.6
Browse files Browse the repository at this point in the history
[Backport release/3.6] CMake: fix Win32 csharp build (#6620)
  • Loading branch information
rouault committed Nov 6, 2022
2 parents 2c85cfd + 18c0ed0 commit a090546
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion swig/csharp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ elseif (CMAKE_SYSTEM_NAME STREQUAL "Linux")
elseif ("${CMAKE_GENERATOR_PLATFORM}" STREQUAL "x64")
set(CSHARP_RID "win-x64")
elseif ("${CMAKE_GENERATOR_PLATFORM}" STREQUAL "Win32")
set(CSHARP_RID "win-32")
set(CSHARP_RID "win-x86")
endif ()

# needed because of differences in the packages
Expand Down

0 comments on commit a090546

Please sign in to comment.