Compare commits
1 Commits
e004019c36
...
3ac09f9d12
Author | SHA1 | Date |
---|---|---|
|
3ac09f9d12 |
|
@ -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