Skip to content

Commit 3a12738

Browse files
committed
stdlib: repair the macOS -stdlib build
When building on macOS without the standard library but building the extra toolchain content, we would fail to configure due to the missing include of the `AddSwiftStdlib`.
1 parent ea9806d commit 3a12738

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)