mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-03-26 22:49:01 +08:00
[godot] Fix Linux build, again.
This commit is contained in:
parent
9b5787196c
commit
7acd75aee4
@ -61,11 +61,7 @@ else
|
|||||||
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
|
||||||
if [[ "$OSTYPE" == "linux-gnu"* ]]; then
|
strip bin/godot.x11.opt.tools.64
|
||||||
if [ "$target" = "release_debug" ]; then
|
|
||||||
strip bin/godot.x11.opt.tools.64
|
|
||||||
fi
|
|
||||||
fi
|
|
||||||
fi
|
fi
|
||||||
popd
|
popd
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user