diff options
| author | James Clark <jameswclark@gmail.com> | 2018-08-15 12:54:58 -0400 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2018-08-15 09:54:57 -0700 |
| commit | f46cd9ae88d00ec6907c6ad5982c294da2fab1ae (patch) | |
| tree | 7ce658823298cc9b091d2c402ee3543b44363c91 /ports/icu/CONTROL | |
| parent | 4d414cad145018c22222eefc6ec79ff0f8eb51df (diff) | |
| download | vcpkg-f46cd9ae88d00ec6907c6ad5982c294da2fab1ae.tar.gz vcpkg-f46cd9ae88d00ec6907c6ad5982c294da2fab1ae.zip | |
fix issue #3683 - fix ICU build on Linux (#3685)
* fix issue #3683 - fix ICU build on Linux
The following changes allow ICU to build on Linux:
- use the ICU tgz distribution rather than the zip file, to avoid CRLF
line endings on Linux
- don't use MSYS on Linux
- fix runConfigureICU options for Linux
- fix CFLAGS, CXXFLAGS, and LDFLAGS for Linux
- don't rename the resulting libraries on Linux
* [icu] Enable VCPKG_CXX_FLAGS
* [icu] Formatting
Diffstat (limited to 'ports/icu/CONTROL')
| -rw-r--r-- | ports/icu/CONTROL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/icu/CONTROL b/ports/icu/CONTROL index 9d8320762..1fc3d39cc 100644 --- a/ports/icu/CONTROL +++ b/ports/icu/CONTROL @@ -1,3 +1,3 @@ Source: icu
-Version: 61.1-1
+Version: 61.1-2
Description: Mature and widely used Unicode and localization library.
|
