Skip to content

Commit

Permalink
auto merge of #19443 : nodakai/rust/another-missing-extracflags, r=al…
Browse files Browse the repository at this point in the history
…excrichton

102b1a5 was not enough!
  • Loading branch information
bors committed Dec 2, 2014
2 parents 2b35e6f + 2d3de66 commit 738d980
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/run-make/static-dylib-by-default/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 738d980

Please sign in to comment.