From b0cda1f85f4af136db64edfdc6a7ab279bdab2f4 Mon Sep 17 00:00:00 2001 From: Thaddeus Crews Date: Thu, 28 Mar 2024 09:56:02 -0500 Subject: Core: Use fixed-width integer types in Variant --- platform/ios/detect.py | 1 - 1 file changed, 1 deletion(-) (limited to 'platform/ios') diff --git a/platform/ios/detect.py b/platform/ios/detect.py index cd303295ad..0c9b7b3204 100644 --- a/platform/ios/detect.py +++ b/platform/ios/detect.py @@ -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"]) -- cgit v1.2.3