We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25a7c3b commit 9142d6dCopy full SHA for 9142d6d
src/test/run-make-fulldeps/obtain-borrowck/Makefile
@@ -9,7 +9,7 @@ include ../tools.mk
9
DRIVER_BINARY := "$(TMPDIR)"/driver
10
SYSROOT := $(shell $(RUSTC) --print sysroot)
11
12
-ifdef IS_MSVC
+ifdef IS_WINDOWS
13
LIBSTD := -L "$(SYSROOT)\\lib\\rustlib\\$(TARGET)\\lib"
14
else
15
LIBSTD :=
0 commit comments