Skip to content

Commit cc02688

Browse files
committed
build-script: adjust the path for the new layout
Merging the CoreFoundation build into the Foundation build results in the build tree layout to change. Adjust the parameters for that to allow a migration.
1 parent 3c74c0f commit cc02688

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

utils/build-script-impl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3089,6 +3089,7 @@ for host in "${ALL_HOSTS[@]}"; do
30893089
LIBDISPATCH_BUILD_DIR="$(build_directory ${host} libdispatch)"
30903090
FOUNDATION_BUILD_DIR=$(build_directory ${host} foundation)
30913091
DOTEST_EXTRA="-I${FOUNDATION_BUILD_DIR}"
3092+
DOTEST_EXTRA="-Xcc -F${FOUNDATION_BUILD_DIR}"
30923093
DOTEST_EXTRA="-Xcc -F${FOUNDATION_BUILD_DIR}/CoreFoundation-prefix/System/Library/Frameworks"
30933094
DOTEST_EXTRA="${DOTEST_EXTRA} -I${FOUNDATION_BUILD_DIR}/swift"
30943095
DOTEST_EXTRA="${DOTEST_EXTRA} -I${LIBDISPATCH_SOURCE_DIR}"

0 commit comments

Comments
 (0)