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.
1 parent 184bb06 commit 8d0a3a4Copy full SHA for 8d0a3a4
install.sh
@@ -270,14 +270,14 @@ circumvent_boost_icu_detection()
270
# Boost ICU discovery fails when using prefix, can't fix with -sICU_LINK,
271
# so we rewrite the two 'has_icu_test.cpp' files to always return success.
272
273
- if [[ $BUILD_ICU ]]; then
+ if [[ $WITH_ICU ]]; then
274
local SUCCESS="int main() { return 0; }"
275
local REGEX_TEST="libs/regex/build/has_icu_test.cpp"
276
local LOCALE_TEST="libs/locale/build/has_icu_test.cpp"
277
278
echo $SUCCESS > $REGEX_TEST
279
echo $SUCCESS > $LOCALE_TEST
280
-
+
281
echo "hack: ICU detection modified, will always indicate found."
282
fi
283
}
0 commit comments