Skip to content

Commit 26b972e

Browse files
authored
Merge pull request #18653 from JohnCoatesOSS/pkg_config-clobber-fix
2 parents 18b3ca4 + d60ce23 commit 26b972e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/build-script-impl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2588,7 +2588,7 @@ for host in "${ALL_HOSTS[@]}"; do
25882588

25892589
# Set the PKG_CONFIG_PATH so that core-foundation can find the libraries and
25902590
# header files
2591-
export PKG_CONFIG_PATH="${ICU_TMPLIBDIR}/pkgconfig"
2591+
export PKG_CONFIG_PATH="${ICU_TMPLIBDIR}/pkgconfig:${PKG_CONFIG_PATH}"
25922592
swift_cmake_options=(
25932593
"${swift_cmake_options[@]}"
25942594
-DSWIFT_${SWIFT_HOST_VARIANT_SDK}_${SWIFT_HOST_VARIANT_ARCH}_ICU_UC_INCLUDE:STRING="${ICU_TMPINSTALL}/include"

0 commit comments

Comments
 (0)