mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-25 08:13:41 +00:00
Ignore test on MSVC for now
I can't figure out how to link with the MSVC toolchain
This commit is contained in:
parent
8ace03e152
commit
3082865e6c
@ -1,5 +1,8 @@
|
||||
include ../tools.mk
|
||||
|
||||
# ignore-cross-compile
|
||||
# ignore-msvc FIXME(bjorn3) can't figure out how to link with the MSVC toolchain
|
||||
|
||||
TARGET_LIBDIR = $$($(RUSTC) --print target-libdir)
|
||||
|
||||
all:
|
Loading…
Reference in New Issue
Block a user