early-access version 2853
This commit is contained in:
18
externals/vcpkg/ports/icu/remove-MD-from-configure.patch
vendored
Executable file
18
externals/vcpkg/ports/icu/remove-MD-from-configure.patch
vendored
Executable file
@@ -0,0 +1,18 @@
|
||||
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)
|
||||
Reference in New Issue
Block a user