mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-17 06:26:55 +00:00
test/run-make: another missing $(EXTRACFLAGS).
rust-lang/rust@102b1a5bf1 was not enough! Signed-off-by: NODA, Kai <nodakai@gmail.com>
This commit is contained in:
parent
09f04bf2c9
commit
2d3de6686e
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user