]> git.lizzy.rs Git - rust.git/commitdiff
Fix obtain-borrowck failure on Windows.
authorVytautas Astrauskas <vastrauskas@gmail.com>
Tue, 17 Aug 2021 11:06:27 +0000 (13:06 +0200)
committerVytautas Astrauskas <vastrauskas@gmail.com>
Tue, 17 Aug 2021 11:06:27 +0000 (13:06 +0200)
src/test/run-make-fulldeps/obtain-borrowck/Makefile

index 39832c4c79bb5411d8e8fef5d18f8c5e40b5664d..223993125c8094d9834454e6f240314de59da02a 100644 (file)
@@ -9,7 +9,7 @@ include ../tools.mk
 DRIVER_BINARY := "$(TMPDIR)"/driver
 SYSROOT := $(shell $(RUSTC) --print sysroot)
 
-ifdef IS_MSVC
+ifdef IS_WINDOWS
 LIBSTD := -L "$(SYSROOT)\\lib\\rustlib\\$(TARGET)\\lib"
 else
 LIBSTD :=