You've already forked godot
							
							
				mirror of
				https://github.com/godotengine/godot.git
				synced 2025-11-04 12:00:25 +00:00 
			
		
		
		
	Merge pull request #111299 from stuartcarnie/swift_build
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", ""),
 | 
			
		||||
 
 | 
			
		||||
@@ -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),
 | 
			
		||||
 
 | 
			
		||||
@@ -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", ""),
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user