Skip to content

Commit 5d94d72

Browse files
committed
1 parent defefd8 commit 5d94d72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spine-godot/SConstruct

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Run the following command to download godot-cpp:
6666

6767
env = SConscript("godot-cpp/SConstruct", {"env": env, "customs": customs})
6868

69-
env.Append(CPPDEFINES=["SPINE_GODOT_EXTENSION"])
69+
env.Append(CPPDEFINES=["SPINE_GODOT_EXTENSION", "_DISABLE_CONSTEXPR_MUTEX_CONSTRUCTOR"])
7070
env.Append(CPPPATH=["spine_godot", "spine_godot/spine-cpp/include"])
7171

7272
# sources = Glob("spine_godot/*.cpp") + Glob("spine_godot/spine-cpp/src/spine/*.cpp")

0 commit comments

Comments
 (0)