auto merge of #19443 : nodakai/rust/another-missing-extracflags, r=alexcrichton

rust-lang/rust@102b1a5bf1 was not enough!
This commit is contained in:
bors 2014-12-02 12:02:06 +00:00
commit 738d9803ac

View File

@ -3,7 +3,7 @@
all:
$(RUSTC) foo.rs
$(RUSTC) bar.rs
$(CC) main.c -o $(call RUN_BINFILE,main) -lbar
$(CC) main.c -o $(call RUN_BINFILE,main) -lbar $(EXTRACFLAGS)
rm $(TMPDIR)/*.rlib
rm $(call DYLIB,foo)
$(call RUN,main)