1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

Core: Use fixed-width integer types in Variant

This commit is contained in:
Thaddeus Crews
2024-03-28 09:56:02 -05:00
parent 7a42afbba0
commit b0cda1f85f
3 changed files with 139 additions and 204 deletions

View File

@@ -140,7 +140,6 @@ def configure(env: "SConsEnvironment"):
)
)
env.Append(ASFLAGS=["-arch", "arm64"])
env.Append(CPPDEFINES=["NEED_LONG_INT"])
# Temp fix for ABS/MAX/MIN macros in iOS SDK blocking compilation
env.Append(CCFLAGS=["-Wno-ambiguous-macro"])