We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86f887c commit 831c397Copy full SHA for 831c397
Utilities/bootstrap
@@ -738,6 +738,7 @@ def build_swiftpm_with_cmake(args):
738
"-DSwiftCertificates_DIR=" + os.path.join(args.build_dirs["swift-certificates"], "cmake/modules"),
739
"-DSwiftBuild_DIR=" + os.path.join(args.build_dirs["swift-build"], "cmake/modules"),
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)),
742
]
743
744
if platform.system() == 'Darwin':
0 commit comments