mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-25 16:24:46 +00:00
12 lines
285 B
Makefile
12 lines
285 B
Makefile
# Test using -Cdlltool to change where raw-dylib looks for the dlltool binary.
|
|
|
|
# only-windows
|
|
# only-gnu
|
|
# needs-dlltool
|
|
|
|
include ../tools.mk
|
|
|
|
all:
|
|
$(RUSTC) --crate-type lib --crate-name raw_dylib_test lib.rs -Cdlltool=$(CURDIR)/script.cmd
|
|
$(DIFF) output.txt "$(TMPDIR)"/output.txt
|