There was an error while loading. Please reload this page.
1 parent 8839290 commit cc63114Copy full SHA for cc63114
1 file changed
justfile
@@ -37,6 +37,7 @@ win-resource:
37
38
[arg("type", long="type", help="Build type (Debug/Release)")]
39
build-sdl type="Debug":
40
+ {{ if os_family() == "windows" { "if (!(Test-Path deps/SDL/include/gameinput.h)) { python deps/SDL/build-scripts/download-gameinput-sdk.py -o deps/SDL }" } else { "true" } }}
41
{{
42
if os_family() == "windows" {
43
"if (!(Test-Path deps/SDL/build)) { cmake -S deps/SDL -B deps/SDL/build -DSDL_TEST_LIBRARY=OFF -DSDL_TESTS=OFF -DSDL_INSTALL_TESTS=OFF }"
0 commit comments