Skip to content

Commit

Permalink
Ensure that we build back-deployed concurrency libraries with library…
Browse files Browse the repository at this point in the history
… evolution
  • Loading branch information
DougGregor committed Sep 10, 2021
1 parent eba9e5b commit c49aa75
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions stdlib/public/BackDeployConcurrency/CMakeLists.txt
Expand Up @@ -13,6 +13,7 @@
# This is always build standalone
include("${CMAKE_CURRENT_SOURCE_DIR}/../../../cmake/modules/StandaloneOverlay.cmake")
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/../../cmake/modules")
set(SWIFT_STDLIB_STABLE_ABI TRUE)
include(AddSwiftStdlib)

# Don't build the libraries for 32-bit iOS targets; there is no back-deployment
Expand Down

0 comments on commit c49aa75

Please sign in to comment.