Skip to content

Commit 2d3de66

Browse files
committed
test/run-make: another missing $(EXTRACFLAGS).
102b1a5 was not enough! Signed-off-by: NODA, Kai <nodakai@gmail.com>
1 parent 09f04bf commit 2d3de66

File tree

1 file changed

+1
-1
lines changed
  • src/test/run-make/static-dylib-by-default

1 file changed

+1
-1
lines changed

src/test/run-make/static-dylib-by-default/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
all:
44
$(RUSTC) foo.rs
55
$(RUSTC) bar.rs
6-
$(CC) main.c -o $(call RUN_BINFILE,main) -lbar
6+
$(CC) main.c -o $(call RUN_BINFILE,main) -lbar $(EXTRACFLAGS)
77
rm $(TMPDIR)/*.rlib
88
rm $(call DYLIB,foo)
99
$(call RUN,main)

0 commit comments

Comments
 (0)