Skip to content

Commit 738d980

Browse files
committed
auto merge of #19443 : nodakai/rust/another-missing-extracflags, r=alexcrichton
102b1a5 was not enough!
2 parents 2b35e6f + 2d3de66 commit 738d980

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

+1-1
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)