summaryrefslogtreecommitdiffstats
path: root/tests/run-make/extern-overrides-distribution/Makefile
blob: bfd0dd6991ba742314a03781b35cd310e23c7cda (plain)
1
2
3
4
5
6
# ignore-cross-compile
include ../tools.mk

all:
	$(RUSTC) libc.rs -Cmetadata=foo
	$(RUSTC) main.rs --extern libc=$(TMPDIR)/liblibc.rlib