mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
This is a case of type mismatch due to the parameter type not being a proper NS_OPTIONS enum. However, it crashes at runtime on 32 bit, so let's introduce an overlay while waiting for the proper fix. Addresses radar://18201112 Swift SVN r21957
9 lines
244 B
CMake
9 lines
244 B
CMake
set(SHARED_LIBRARY ON)
|
|
|
|
add_swift_library(swiftAssetsLibrary INSTALL TARGET_LIBRARY
|
|
AssetsLibrary.swift
|
|
TARGET_SDKS IOS IOS_SIMULATOR
|
|
DEPENDS swiftCore swiftObjectiveC swiftFoundation swiftCoreGraphics
|
|
FRAMEWORK_DEPENDS AssetsLibrary)
|
|
|