From 9142d6ddf0634066ce4905793aca22948f0d2225 Mon Sep 17 00:00:00 2001 From: Vytautas Astrauskas Date: Tue, 17 Aug 2021 13:06:27 +0200 Subject: [PATCH] Fix obtain-borrowck failure on Windows. --- src/test/run-make-fulldeps/obtain-borrowck/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/run-make-fulldeps/obtain-borrowck/Makefile b/src/test/run-make-fulldeps/obtain-borrowck/Makefile index 39832c4c79b..223993125c8 100644 --- a/src/test/run-make-fulldeps/obtain-borrowck/Makefile +++ b/src/test/run-make-fulldeps/obtain-borrowck/Makefile @@ -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 :=