mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-04 14:24:53 +08:00
[godot] Apply throvg build fix from https://github.com/godotengine/godot/issues/95861\#issuecomment-2486021565
This commit is contained in:
parent
defefd8d48
commit
5d94d72c1e
@ -66,7 +66,7 @@ Run the following command to download godot-cpp:
|
||||
|
||||
env = SConscript("godot-cpp/SConstruct", {"env": env, "customs": customs})
|
||||
|
||||
env.Append(CPPDEFINES=["SPINE_GODOT_EXTENSION"])
|
||||
env.Append(CPPDEFINES=["SPINE_GODOT_EXTENSION", "_DISABLE_CONSTEXPR_MUTEX_CONSTRUCTOR"])
|
||||
env.Append(CPPPATH=["spine_godot", "spine_godot/spine-cpp/include"])
|
||||
|
||||
# sources = Glob("spine_godot/*.cpp") + Glob("spine_godot/spine-cpp/src/spine/*.cpp")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user