Skip to content

Commit 7777dfd

Browse files
committed
fix: add compile target
1 parent 10ebfb7 commit 7777dfd

File tree

1 file changed

+2
-2
lines changed
  • src/test/run-make/export-executable-symbols

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
-include ../../run-make-fulldeps/tools.mk
22

33
all:
4-
$(RUSTC) --crate-type=cdylib foo.rs
5-
$(RUSTC) -Zexport-executable-symbols -lfoo -L "$(TMPDIR)" main.rs
4+
$(RUSTC) --crate-type=cdylib foo.rs --target $(TARGET)
5+
$(RUSTC) -Zexport-executable-symbols -lfoo -L "$(TMPDIR)" main.rs --target $(TARGET)
66
$(call $(TMPDIR)/main)
77

0 commit comments

Comments
 (0)