mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 06:49:00 +08:00
f53110de25
* [ICU] Upgrade ICU to 65.1 * Fix wrong diff format. * Removed deprecated vcpkg_common_functions
19 lines
636 B
Diff
19 lines
636 B
Diff
diff -urN a/source/runConfigureICU b/source/runConfigureICU
|
|
--- a/source/runConfigureICU 2018-03-26 21:38:44.000000000 +0800
|
|
+++ b/source/runConfigureICU 2018-08-26 09:04:53.197454400 +0800
|
|
@@ -322,10 +322,10 @@
|
|
THE_COMP="Microsoft Visual C++"
|
|
CC=cl; export CC
|
|
CXX=cl; export CXX
|
|
- RELEASE_CFLAGS='-Gy -MD'
|
|
- RELEASE_CXXFLAGS='-Gy -MD'
|
|
- DEBUG_CFLAGS='-FS -Zi -MDd'
|
|
- DEBUG_CXXFLAGS='-FS -Zi -MDd'
|
|
+ RELEASE_CFLAGS='-Gy'
|
|
+ RELEASE_CXXFLAGS='-Gy'
|
|
+ DEBUG_CFLAGS='-FS -Zi'
|
|
+ DEBUG_CXXFLAGS='-FS -Zi'
|
|
DEBUG_LDFLAGS='-DEBUG'
|
|
;;
|
|
*BSD)
|