We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5374249 commit 7a53736Copy full SHA for 7a53736
CMakeLists.txt
@@ -60,8 +60,8 @@ if(PLATFORM STREQUAL "win")
60
ppuc64
61
dmdutil64
62
cargs64
63
- SDL3
64
- SDL3_image
+ SDL364
+ SDL364_image
65
ws2_32
66
)
67
else()
platforms/win/x86/external.sh
@@ -43,6 +43,7 @@ if [ "${SDL3_EXPECTED_SHA}" != "${SDL3_FOUND_SHA}" ]; then
43
cd SDL
44
cmake \
45
-G "Visual Studio 17 2022" \
46
+ -A Win32 \
47
-DSDL_SHARED=ON \
48
-DSDL_STATIC=OFF \
49
-DSDL_TEST_LIBRARY=OFF \
@@ -57,6 +58,7 @@ if [ "${SDL3_EXPECTED_SHA}" != "${SDL3_FOUND_SHA}" ]; then
57
58
./external/download.sh
59
-DBUILD_SHARED_LIBS=ON \
-DSDLIMAGE_SAMPLES=OFF \
-DSDLIMAGE_DEPS_SHARED=ON \
0 commit comments