mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-21 17:56:04 +08:00
[godot] Attempt to fix Windows build on GitHub.
This commit is contained in:
parent
330e646c08
commit
77acce777c
@ -57,7 +57,7 @@ if [ `uname` == 'Darwin' ] && [ $dev = "false" ]; then
|
|||||||
chmod +x Godot.app/Contents/MacOS/Godot
|
chmod +x Godot.app/Contents/MacOS/Godot
|
||||||
popd
|
popd
|
||||||
else
|
else
|
||||||
if [ "$OSTYPE" = "msys" ]; then
|
if [ "$OSTYPE" = "msys" ] || [ "$RUNNER_OS" = "Windows" ]; then
|
||||||
target="$target vsproj=yes livepp=$LIVEPP"
|
target="$target vsproj=yes livepp=$LIVEPP"
|
||||||
fi
|
fi
|
||||||
scons $target compiledb=yes custom_modules="../spine_godot" --jobs=$cpus
|
scons $target compiledb=yes custom_modules="../spine_godot" --jobs=$cpus
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user