Compare commits

..

1 Commits

Author SHA1 Message Date
Ding, Zhehang "Eox c2246dae07
Merge 826c50e162 into 1c19d627aa 2023-12-23 13:58:58 +03:00
1 changed files with 0 additions and 3 deletions

View File

@ -295,9 +295,6 @@ def generate(env):
if env["precision"] == "double":
env.Append(CPPDEFINES=["REAL_T_IS_DOUBLE"])
# Allow detecting when building as a GDExtension.
env.Append(CPPDEFINES=["GDEXTENSION"])
# Suffix
suffix = ".{}.{}".format(env["platform"], env["target"])
if env.dev_build: