We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 18b3ca4 + d60ce23 commit 26b972eCopy full SHA for 26b972e
utils/build-script-impl
@@ -2588,7 +2588,7 @@ for host in "${ALL_HOSTS[@]}"; do
2588
2589
# Set the PKG_CONFIG_PATH so that core-foundation can find the libraries and
2590
# header files
2591
- export PKG_CONFIG_PATH="${ICU_TMPLIBDIR}/pkgconfig"
+ export PKG_CONFIG_PATH="${ICU_TMPLIBDIR}/pkgconfig:${PKG_CONFIG_PATH}"
2592
swift_cmake_options=(
2593
"${swift_cmake_options[@]}"
2594
-DSWIFT_${SWIFT_HOST_VARIANT_SDK}_${SWIFT_HOST_VARIANT_ARCH}_ICU_UC_INCLUDE:STRING="${ICU_TMPINSTALL}/include"
0 commit comments