Fix obtain-borrowck failure on Windows.
This commit is contained in:
parent
25a7c3b733
commit
9142d6ddf0
@ -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 :=
|
||||
|
Loading…
Reference in New Issue
Block a user