Compare commits
No commits in common. "3f44e9b404eeb41987bb16941b6ed5851b964307" and "1c19d627aac5410b115bfe80277bc3c916a8420d" have entirely different histories.
3f44e9b404
...
1c19d627aa
|
@ -295,9 +295,6 @@ def generate(env):
|
||||||
if env["precision"] == "double":
|
if env["precision"] == "double":
|
||||||
env.Append(CPPDEFINES=["REAL_T_IS_DOUBLE"])
|
env.Append(CPPDEFINES=["REAL_T_IS_DOUBLE"])
|
||||||
|
|
||||||
# Allow detecting when building as a GDExtension.
|
|
||||||
env.Append(CPPDEFINES=["GDEXTENSION"])
|
|
||||||
|
|
||||||
# Suffix
|
# Suffix
|
||||||
suffix = ".{}.{}".format(env["platform"], env["target"])
|
suffix = ".{}.{}".format(env["platform"], env["target"])
|
||||||
if env.dev_build:
|
if env.dev_build:
|
||||||
|
|
Loading…
Reference in New Issue