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

Revert "SCons: Add CPPEXTPATH for external includes"

(cherry picked from commit b17aa3343a)
This commit is contained in:
Thaddeus Crews
2025-10-06 11:52:22 -05:00
committed by Rémi Verschelde
parent 0e179c0e5c
commit 3ac14dfe01
55 changed files with 225 additions and 152 deletions

View File

@@ -162,7 +162,7 @@ def configure(env: "SConsEnvironment"):
"$IOS_SDK_PATH/System/Library/Frameworks/QuartzCore.framework/Headers",
]
)
env.Prepend(CPPEXTPATH=["#thirdparty/spirv-cross"])
env.Prepend(CPPPATH=["#thirdparty/spirv-cross"])
if env["vulkan"] and env["simulator"]:
print_warning("iOS Simulator does not support the Vulkan rendering driver")