File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3102,8 +3102,8 @@ for host in "${ALL_HOSTS[@]}"; do
3102
3102
# This assumes that there are no spaces in any on these paths.
3103
3103
FOUNDATION_BUILD_DIR=$( build_directory ${host} foundation)
3104
3104
DOTEST_EXTRA=" -I${FOUNDATION_BUILD_DIR} "
3105
- DOTEST_EXTRA=" -Xcc -F${FOUNDATION_BUILD_DIR} "
3106
- DOTEST_EXTRA=" -Xcc -F${FOUNDATION_BUILD_DIR} /CoreFoundation-prefix/System/Library/Frameworks"
3105
+ DOTEST_EXTRA=" ${DOTEST_EXTRA} -Xcc -F${FOUNDATION_BUILD_DIR} "
3106
+ DOTEST_EXTRA=" ${DOTEST_EXTRA} -Xcc -F${FOUNDATION_BUILD_DIR} /CoreFoundation-prefix/System/Library/Frameworks"
3107
3107
DOTEST_EXTRA=" ${DOTEST_EXTRA} -I${FOUNDATION_BUILD_DIR} /swift"
3108
3108
DOTEST_EXTRA=" ${DOTEST_EXTRA} -I${LIBDISPATCH_SOURCE_DIR} "
3109
3109
DOTEST_EXTRA=" ${DOTEST_EXTRA} -L${FOUNDATION_BUILD_DIR} "
You can’t perform that action at this time.
0 commit comments