Merge "Use libucrt instead of libmsvcr110"

This commit is contained in:
Pirama Arumuga Nainar 2018-12-03 17:53:43 +00:00 committed by Gerrit Code Review
commit 7ef2700761
1 changed files with 1 additions and 1 deletions

View File

@ -251,7 +251,7 @@ func init() {
android.Linux: []string{"-lgcc_s", "-lgcc", "-lc", "-lgcc_s", "-lgcc"},
android.Darwin: []string{"-lc", "-lSystem"},
android.Windows: []string{"-Wl,--start-group", "-lmingw32", "-lgcc", "-lgcc_eh",
"-lmoldname", "-lmingwex", "-lmsvcr110", "-lmsvcrt", "-lpthread",
"-lmoldname", "-lmingwex", "-lmsvcrt", "-lucrt", "-lpthread",
"-ladvapi32", "-lshell32", "-luser32", "-lkernel32", "-lpsapi",
"-Wl,--end-group"},
}