Skip to content

Commit cec49ec

Browse files
compnerdzayass
authored andcommitted
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 20fdca5 commit cec49ec

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
@@ -3102,6 +3102,7 @@ for host in "${ALL_HOSTS[@]}"; do
31023102
# This assumes that there are no spaces in any on these paths.
31033103
FOUNDATION_BUILD_DIR=$(build_directory ${host} foundation)
31043104
DOTEST_EXTRA="-I${FOUNDATION_BUILD_DIR}"
3105+
DOTEST_EXTRA="-Xcc -F${FOUNDATION_BUILD_DIR}"
31053106
DOTEST_EXTRA="-Xcc -F${FOUNDATION_BUILD_DIR}/CoreFoundation-prefix/System/Library/Frameworks"
31063107
DOTEST_EXTRA="${DOTEST_EXTRA} -I${FOUNDATION_BUILD_DIR}/swift"
31073108
DOTEST_EXTRA="${DOTEST_EXTRA} -I${LIBDISPATCH_SOURCE_DIR}"

0 commit comments

Comments
 (0)