Skip to content

Commit

Permalink
Checkout submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
Perksey committed Dec 21, 2024
1 parent 4710f9a commit 609bb99
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sources/SDL/Native/build-linux-x64.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
#!/usr/bin/env -S bash -eu
if [ ! -e ../../../eng/submodules/sdl/CMakeLists.txt ]; then
git submodule update --init --recursive --depth 1 ../../../eng/submodules/sdl
fi

if [[ ! -z ${GITHUB_ACTIONS+x} ]]; then
../../../eng/native/buildsystem/download-zig.py
export PATH="$PATH:$(readlink -f "../../../eng/native/buildsystem/zig/zig")"
Expand Down

0 comments on commit 609bb99

Please sign in to comment.