Skip to content

Commit 7a53736

Browse files
committed
32bit vs 64bit
1 parent 5374249 commit 7a53736

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ if(PLATFORM STREQUAL "win")
6060
ppuc64
6161
dmdutil64
6262
cargs64
63-
SDL3
64-
SDL3_image
63+
SDL364
64+
SDL364_image
6565
ws2_32
6666
)
6767
else()

platforms/win/x86/external.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ if [ "${SDL3_EXPECTED_SHA}" != "${SDL3_FOUND_SHA}" ]; then
4343
cd SDL
4444
cmake \
4545
-G "Visual Studio 17 2022" \
46+
-A Win32 \
4647
-DSDL_SHARED=ON \
4748
-DSDL_STATIC=OFF \
4849
-DSDL_TEST_LIBRARY=OFF \
@@ -57,6 +58,7 @@ if [ "${SDL3_EXPECTED_SHA}" != "${SDL3_FOUND_SHA}" ]; then
5758
./external/download.sh
5859
cmake \
5960
-G "Visual Studio 17 2022" \
61+
-A Win32 \
6062
-DBUILD_SHARED_LIBS=ON \
6163
-DSDLIMAGE_SAMPLES=OFF \
6264
-DSDLIMAGE_DEPS_SHARED=ON \

0 commit comments

Comments
 (0)