mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Build: Fix container build path for swift
This commit is contained in:
parent
0400b703e4
commit
ad74ed68c1
4 changed files with 21 additions and 1 deletions
|
|
@ -24,6 +24,7 @@ def get_opts():
|
|||
from SCons.Variables import BoolVariable
|
||||
|
||||
return [
|
||||
("SWIFT_FRONTEND", "Path to the swift-frontend binary", ""),
|
||||
# APPLE_TOOLCHAIN_PATH Example: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain
|
||||
("APPLE_TOOLCHAIN_PATH", "Path to the Apple toolchain", ""),
|
||||
(("APPLE_SDK_PATH", "VISIONOS_SDK_PATH"), "Path to the visionOS SDK", ""),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue