File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ logging.basicConfig(
42
42
]),
43
43
level = logging .INFO ,
44
44
)
45
- g_macos_deployment_target = '12 .0'
45
+ g_macos_deployment_target = '15 .0'
46
46
47
47
g_shared_lib_prefix = "lib"
48
48
if platform .system () == 'Darwin' :
@@ -738,6 +738,7 @@ def build_swiftpm_with_cmake(args):
738
738
"-DSwiftCertificates_DIR=" + os .path .join (args .build_dirs ["swift-certificates" ], "cmake/modules" ),
739
739
"-DSwiftBuild_DIR=" + os .path .join (args .build_dirs ["swift-build" ], "cmake/modules" ),
740
740
"-DSWIFTPM_PATH_TO_SWIFT_SYNTAX_SOURCE=" + args .source_dirs ["swift-syntax" ],
741
+ "-DCMAKE_Swift_COMPILER_TARGET={}" .format (get_build_target (args ) + g_macos_deployment_target if platform .system () == 'Darwin' else get_build_target (args )),
741
742
]
742
743
743
744
if platform .system () == 'Darwin' :
You can’t perform that action at this time.
0 commit comments