mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Additional shimming required for some builds, as well as a few other build related tweaks. rdar://106234311
5 lines
105 B
CMake
5 lines
105 B
CMake
# Make this macOS only for now.
|
|
if(SWIFT_ENABLE_BACKTRACING)
|
|
add_subdirectory(swift-backtrace)
|
|
endif()
|