We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent defefd8 commit 5d94d72Copy full SHA for 5d94d72
spine-godot/SConstruct
@@ -66,7 +66,7 @@ Run the following command to download godot-cpp:
66
67
env = SConscript("godot-cpp/SConstruct", {"env": env, "customs": customs})
68
69
-env.Append(CPPDEFINES=["SPINE_GODOT_EXTENSION"])
+env.Append(CPPDEFINES=["SPINE_GODOT_EXTENSION", "_DISABLE_CONSTEXPR_MUTEX_CONSTRUCTOR"])
70
env.Append(CPPPATH=["spine_godot", "spine_godot/spine-cpp/include"])
71
72
# sources = Glob("spine_godot/*.cpp") + Glob("spine_godot/spine-cpp/src/spine/*.cpp")
0 commit comments