Merge "Use libucrt instead of libmsvcr110"
This commit is contained in:
@@ -51,8 +51,8 @@ linux_static_gcclibs := -Wl,--start-group -lgcc -lgcc_eh -lc -Wl,--end-group
|
|||||||
darwin_dynamic_gcclibs := -lc -lSystem
|
darwin_dynamic_gcclibs := -lc -lSystem
|
||||||
darwin_static_gcclibs := NO_STATIC_HOST_BINARIES_ON_DARWIN
|
darwin_static_gcclibs := NO_STATIC_HOST_BINARIES_ON_DARWIN
|
||||||
windows_dynamic_gcclibs := \
|
windows_dynamic_gcclibs := \
|
||||||
-Wl,--start-group -lmingw32 -lgcc -lgcc_eh -lmoldname -lmingwex -lmsvcr110 \
|
-Wl,--start-group -lmingw32 -lgcc -lgcc_eh -lmoldname -lmingwex \
|
||||||
-lmsvcrt -lpthread -ladvapi32 -lshell32 -luser32 -lkernel32 -lpsapi \
|
-lmsvcrt -lucrt -lpthread -ladvapi32 -lshell32 -luser32 -lkernel32 -lpsapi \
|
||||||
-Wl,--end-group
|
-Wl,--end-group
|
||||||
windows_static_gcclibs := NO_STATIC_HOST_BINARIES_ON_WINDOWS
|
windows_static_gcclibs := NO_STATIC_HOST_BINARIES_ON_WINDOWS
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user