Compare commits
3 Commits
cb0db56817
...
629ab6b6fd
Author | SHA1 | Date |
---|---|---|
|
629ab6b6fd | |
|
3f44e9b404 | |
|
e17c7bf530 |
|
@ -296,6 +296,9 @@ 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:
|
||||
|
|
Loading…
Reference in New Issue