set lib_switch to empty for the msvc toolchain

Change-Id: I0d94bf055413ab7911136256f2ce2cda3581f45a
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/275656
Reviewed-by: Mike Klein <mtklein@google.com>
Commit-Queue: Mike Klein <mtklein@google.com>
This commit is contained in:
Martin Vejdarski 2020-03-07 01:45:55 +07:00 committed by Skia Commit-Bot
parent f35dfabe40
commit 6e58290ba6

View File

@ -55,6 +55,7 @@ if (current_toolchain == default_toolchain) {
}
toolchain("msvc") {
lib_switch = ""
lib_dir_switch = "/LIBPATH:"
bin = "$win_vc/Tools/MSVC/$win_toolchain_version/bin/HostX64/$target_cpu"