summaryrefslogtreecommitdiffstats
path: root/tests/run-make/issue-37839/Makefile
blob: 6bad27b7bdcd2d95b9e09b78225ee70ab6830aa9 (plain)
1
2
3
4
5
6
7
# ignore-cross-compile
include ../tools.mk

all:
	$(RUSTC) a.rs && $(RUSTC) b.rs
	$(BARE_RUSTC) c.rs -L dependency=$(TMPDIR) --extern b=$(TMPDIR)/libb.rlib \
		--out-dir=$(TMPDIR)