File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ function(get_target_triple target_out_var target_variant_out_var sdk arch)
7878 elseif (maccatalyst_build_flavor STREQUAL "macos-like" )
7979 # Use the default macOS triple.
8080 elseif (maccatalyst_build_flavor STREQUAL "zippered" )
81- set (target "${arch} -apple-macosx${SWIFT_DARWIN_DEPLOYMENT_VERSION_OSX } " )
81+ set (target "${arch} -apple-macosx${deployment_version } " )
8282 set (target_variant "${arch} -apple-ios${SWIFT_DARWIN_DEPLOYMENT_VERSION_MACCATALYST} -macabi" )
8383 elseif (maccatalyst_build_flavor STREQUAL "unzippered-twin" )
8484 # Use the default triple for now
Original file line number Diff line number Diff line change 1+ // RUN: %target-build-swift %s -cxx-interoperability-mode=default -target arm64-apple-macos11.0
2+
3+ // REQUIRES: OS=macosx
4+
5+ import Cxx
6+
7+ public func takesCxxType( _ s: some CxxSequence ) { }
You can’t perform that action at this time.
0 commit comments