Skip to content

Commit 21a2cdb

Browse files
authored
Merge pull request swiftlang#30117 from compnerd/no-stdlib
stdlib: repair the macOS -stdlib build
2 parents 3ba1f39 + 3a12738 commit 21a2cdb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

stdlib/toolchain/CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Toolchain-only build products
22

3+
list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_LIST_DIR}/../cmake/modules)
4+
include(AddSwiftStdlib)
5+
36
set(CXX_COMPILE_FLAGS)
47
set(CXX_LINK_FLAGS)
58

0 commit comments

Comments
 (0)