lock in SDL version
This commit is contained in:
@@ -4,6 +4,7 @@ if not exist "src\external\SDL" (
|
|||||||
pushd src\external
|
pushd src\external
|
||||||
git clone https://github.com/libsdl-org/SDL.git
|
git clone https://github.com/libsdl-org/SDL.git
|
||||||
pushd SDL
|
pushd SDL
|
||||||
|
git checkout release-3.4.0
|
||||||
cmake -S . -B build_win32_static -DCMAKE_BUILD_TYPE=Release -DSDL_STATIC=ON
|
cmake -S . -B build_win32_static -DCMAKE_BUILD_TYPE=Release -DSDL_STATIC=ON
|
||||||
pushd build_win32_static
|
pushd build_win32_static
|
||||||
msbuild SDL3.sln
|
msbuild SDL3.sln
|
||||||
|
|||||||
Reference in New Issue
Block a user