Compare commits

..

1 Commits

Author SHA1 Message Date
Joakim Stien 803e3b216c
Merge 0a078d9ec9 into 1c19d627aa 2023-12-20 16:35:29 +01:00
1 changed files with 0 additions and 3 deletions

View File

@ -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: