Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 6e58290

Browse files
vejmartinSkia Commit-Bot
authored andcommitted
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>
1 parent f35dfab commit 6e58290

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

gn/toolchain/BUILD.gn

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ if (current_toolchain == default_toolchain) {
5555
}
5656

5757
toolchain("msvc") {
58+
lib_switch = ""
5859
lib_dir_switch = "/LIBPATH:"
5960

6061
bin = "$win_vc/Tools/MSVC/$win_toolchain_version/bin/HostX64/$target_cpu"

0 commit comments

Comments
 (0)