Fix obtain-borrowck failure on Windows.

This commit is contained in:
Vytautas Astrauskas 2021-08-17 13:06:27 +02:00
parent 25a7c3b733
commit 9142d6ddf0

View 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 :=