forked from microsoft/vcpkg
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #141 from fwcd/mixxx/icu-wasm
[icu] Cherry-pick Wasm fixes to 2.5
- Loading branch information
Showing
5 changed files
with
44 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
diff --git a/source/configure.ac b/source/configure.ac | ||
index 1bd5871..c508f48 100644 | ||
--- a/source/configure.ac | ||
+++ b/source/configure.ac | ||
@@ -1151,7 +1151,7 @@ AC_ARG_ENABLE(fuzzer, | ||
fuzzer=false) | ||
ICU_CONDITIONAL(FUZZER, test "$fuzzer" = true) | ||
|
||
-ICU_CONDITIONAL(DATA, test "$tools" = true || test "$cross_compiling" = "yes") | ||
+ICU_CONDITIONAL(DATA, test "$tools" = true || test "$cross_compiling" = "yes" || test -n "$cross_buildroot") | ||
|
||
AC_ARG_WITH(data-packaging, | ||
[ --with-data-packaging specify how to package ICU data. Possible values: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters