We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4710f9a commit 609bb99Copy full SHA for 609bb99
sources/SDL/Native/build-linux-x64.sh
@@ -1,4 +1,8 @@
1
#!/usr/bin/env -S bash -eu
2
+if [ ! -e ../../../eng/submodules/sdl/CMakeLists.txt ]; then
3
+ git submodule update --init --recursive --depth 1 ../../../eng/submodules/sdl
4
+fi
5
+
6
if [[ ! -z ${GITHUB_ACTIONS+x} ]]; then
7
../../../eng/native/buildsystem/download-zig.py
8
export PATH="$PATH:$(readlink -f "../../../eng/native/buildsystem/zig/zig")"
0 commit comments