mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Apps don't weak-link our overlays today, so if the overlays strong-link to frameworks apps won't launch on older OSs. This was causing failures on the buildbot, but is actually a serious issue for our developers. Swift SVN r31180
6 lines
202 B
CMake
6 lines
202 B
CMake
add_swift_library(swiftLocalAuthentication IS_SDK_OVERLAY
|
|
LocalAuthentication.swift
|
|
TARGET_SDKS OSX IOS IOS_SIMULATOR
|
|
SWIFT_MODULE_DEPENDS Foundation
|
|
FRAMEWORK_DEPENDS_WEAK LocalAuthentication)
|