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 70fa93d commit 604e4b0Copy full SHA for 604e4b0
src/test/run-make/native-link-modifier-bundle-split/Makefile
@@ -31,5 +31,5 @@ all: $(call NATIVE_STATICLIB,native-staticlib)
31
32
# Build a cdylib, `native-staticlib` will appear on the linker line because it was not bundled previously
33
# The cdylib will contain the `native_func` symbol in the end
34
- $(RUSTC) cdylib-non-bundled.rs --crate-type=cdylib --print link-args | $(CGREP) -e '-l[" ]*native-staticlib'
+ $(RUSTC) cdylib-non-bundled.rs --crate-type=cdylib --print link-args $(SPLIT) | $(CGREP) -e '-l[" ]*native-staticlib'
35
$(NM) $(call DYLIB,cdylib_non_bundled) | $(CGREP) -e "[Tt] _*native_func"
0 commit comments