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

Build: Fix container build path for swift

This commit is contained in:
Stuart Carnie
2025-10-05 16:52:49 +11:00
parent 0400b703e4
commit ad74ed68c1
4 changed files with 21 additions and 1 deletions

View File

@@ -29,6 +29,7 @@ def get_opts():
return [
("osxcross_sdk", "OSXCross SDK version", "darwin16"),
("SWIFT_FRONTEND", "Path to the swift-frontend binary", ""),
("MACOS_SDK_PATH", "Path to the macOS SDK", ""),
("vulkan_sdk_path", "Path to the Vulkan SDK", ""),
EnumVariable("macports_clang", "Build using Clang from MacPorts", "no", ["no", "5.0", "devel"], ignorecase=2),