You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-20 14:45:44 +00:00
Build: Fix container build path for swift
This commit is contained in:
@@ -25,6 +25,7 @@ def get_opts():
|
||||
|
||||
return [
|
||||
("vulkan_sdk_path", "Path to the Vulkan SDK", ""),
|
||||
("SWIFT_FRONTEND", "Path to the swift-frontend binary", ""),
|
||||
# APPLE_TOOLCHAIN_PATH Example: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain
|
||||
(("APPLE_TOOLCHAIN_PATH", "IOS_TOOLCHAIN_PATH"), "Path to the Apple toolchain", ""),
|
||||
(("APPLE_SDK_PATH", "IOS_SDK_PATH"), "Path to the iOS SDK", ""),
|
||||
|
||||
Reference in New Issue
Block a user