forked from LeenkxTeam/LNXSDK
Update
This commit is contained in:
22
Kha/get_dlc
22
Kha/get_dlc
@ -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
|
||||
|
||||
Reference in New Issue
Block a user