mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-20 16:56:43 +08:00
[godot] Disable Live++ patching in setup.sh
This commit is contained in:
parent
d9b640254a
commit
88e231a27a
@ -49,17 +49,17 @@ if [ $dev = "true" ]; then
|
|||||||
rm -rf example/.import
|
rm -rf example/.import
|
||||||
rm -rf example/.godot
|
rm -rf example/.godot
|
||||||
|
|
||||||
if [ "$OSTYPE" = "msys" ]; then
|
#if [ "$OSTYPE" = "msys" ]; then
|
||||||
pushd godot
|
# pushd godot
|
||||||
if [[ $branch == 3* ]]; then
|
# if [[ $branch == 3* ]]; then
|
||||||
echo "Applying V3 Live++ patch"
|
# echo "Applying V3 Live++ patch"
|
||||||
git apply ../build/livepp.patch
|
# git apply ../build/livepp.patch
|
||||||
else
|
# else
|
||||||
echo "Applying V4 Live++ patch"
|
# echo "Applying V4 Live++ patch"
|
||||||
git apply ../build/livepp-v4.patch
|
# git apply ../build/livepp-v4.patch
|
||||||
fi
|
# fi
|
||||||
popd
|
# popd
|
||||||
fi
|
#fi
|
||||||
|
|
||||||
if [ `uname` == 'Darwin' ] && [ ! -d "$HOME/VulkanSDK" ]; then
|
if [ `uname` == 'Darwin' ] && [ ! -d "$HOME/VulkanSDK" ]; then
|
||||||
./build/install-macos-vulkan-sdk.sh
|
./build/install-macos-vulkan-sdk.sh
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user