We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10ebfb7 commit 7777dfdCopy full SHA for 7777dfd
src/test/run-make/export-executable-symbols/Makefile
@@ -1,7 +1,7 @@
1
-include ../../run-make-fulldeps/tools.mk
2
3
all:
4
- $(RUSTC) --crate-type=cdylib foo.rs
5
- $(RUSTC) -Zexport-executable-symbols -lfoo -L "$(TMPDIR)" main.rs
+ $(RUSTC) --crate-type=cdylib foo.rs --target $(TARGET)
+ $(RUSTC) -Zexport-executable-symbols -lfoo -L "$(TMPDIR)" main.rs --target $(TARGET)
6
$(call $(TMPDIR)/main)
7
0 commit comments