Skip to content

Commit 609bb99

Browse files
committed
Checkout submodule
1 parent 4710f9a commit 609bb99

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

sources/SDL/Native/build-linux-x64.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
#!/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+
26
if [[ ! -z ${GITHUB_ACTIONS+x} ]]; then
37
../../../eng/native/buildsystem/download-zig.py
48
export PATH="$PATH:$(readlink -f "../../../eng/native/buildsystem/zig/zig")"

0 commit comments

Comments
 (0)