Skip to content

Commit 4472005

Browse files
committed
build: add support for new build layout for libdispatch
Stage the changes needed in the include path for libdispatch with the new CMake support.
1 parent b6d6776 commit 4472005

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ add_swift_library(XCTest
9898

9999
-I${XCTEST_PATH_TO_LIBDISPATCH_SOURCE}
100100
-I${XCTEST_PATH_TO_LIBDISPATCH_BUILD}/src/swift
101+
-I${XCTEST_PATH_TO_LIBDISPATCH_BUILD}/src/swift/swift
101102
-Xcc -fblocks
102103

103104
-I${XCTEST_PATH_TO_FOUNDATION_BUILD}/swift

0 commit comments

Comments
 (0)