mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Merge pull request #85260 from mikeash/client-rr-library-rename
[Runtime] Rename ClientRetainRelease library to SwiftDirectRuntime.
This commit is contained in:
@@ -271,16 +271,16 @@ option(SWIFT_BUILD_STDLIB_CXX_MODULE
|
||||
"If not building stdlib, controls whether to build the Cxx module"
|
||||
TRUE)
|
||||
|
||||
# The swiftClientRetainRelease library is currently only available for Darwin
|
||||
# The swiftSwiftDirectRuntime library is currently only available for Darwin
|
||||
# platforms.
|
||||
if(SWIFT_HOST_VARIANT_SDK IN_LIST SWIFT_DARWIN_PLATFORMS)
|
||||
# Off by default everywhere for now.
|
||||
option(SWIFT_BUILD_CLIENT_RETAIN_RELEASE
|
||||
"Build the swiftClientRetainRelease library"
|
||||
option(SWIFT_BUILD_SWIFT_DIRECT_RUNTIME
|
||||
"Build the swiftSwiftDirectRuntime library"
|
||||
FALSE)
|
||||
else()
|
||||
option(SWIFT_BUILD_CLIENT_RETAIN_RELEASE
|
||||
"Build the swiftClientRetainRelease library"
|
||||
option(SWIFT_BUILD_SWIFT_DIRECT_RUNTIME
|
||||
"Build the swiftSwiftDirectRuntime library"
|
||||
FALSE)
|
||||
endif()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user