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:
parent
f35dfabe40
commit
6e58290ba6
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user