This commit is contained in:
Dante
2026-05-21 23:40:20 -07:00
parent 3e2915dff7
commit 877a69d844
5737 changed files with 29796 additions and 1589684 deletions

View File

@ -1,22 +1,10 @@
#!/usr/bin/env bash
git -C `dirname "$0"` submodule update --init Tools/khamake
git -C `dirname "$0"` submodule update --init Backends/Kinc-hxcpp/khacpp
git -C `dirname "$0"` submodule update --init Backends/Kore-hxcpp/khacpp
if [[ "$OSTYPE" == "linux-gnu"* ]]; then
MACHINE_TYPE=`uname -m`
if [[ "$MACHINE_TYPE" == "armv"* ]]; then
git -C `dirname "$0"` submodule update --depth 1 --init Tools/linux_arm
elif [[ "$MACHINE_TYPE" == "aarch64"* ]]; then
git -C `dirname "$0"` submodule update --depth 1 --init Tools/linux_arm64
else
git -C `dirname "$0"` submodule update --depth 1 --init Tools/linux_x64
fi
elif [[ "$OSTYPE" == "darwin"* ]]; then
git -C `dirname "$0"` submodule update --depth 1 --init Tools/macos
elif [[ "$OSTYPE" == "FreeBSD"* ]]; then
git -C `dirname "$0"` submodule update --depth 1 --init Tools/freebsd_x64
fi
. `dirname "$0"`/Tools/platform.sh
git -C `dirname "$0"` submodule update --depth 1 --init "Tools/$KORE_PLATFORM"
git -C `dirname "$0"` submodule update --init Kinc
bash `dirname "$0"`/Kinc/get_dlc
git -C `dirname "$0"` submodule update --init Kore
bash `dirname "$0"`/Kore/get_dlc