Skip to content

Commit 604e4b0

Browse files
committed
fix test
1 parent 70fa93d commit 604e4b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/run-make/native-link-modifier-bundle-split/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ all: $(call NATIVE_STATICLIB,native-staticlib)
3131

3232
# Build a cdylib, `native-staticlib` will appear on the linker line because it was not bundled previously
3333
# 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'
34+
$(RUSTC) cdylib-non-bundled.rs --crate-type=cdylib --print link-args $(SPLIT) | $(CGREP) -e '-l[" ]*native-staticlib'
3535
$(NM) $(call DYLIB,cdylib_non_bundled) | $(CGREP) -e "[Tt] _*native_func"

0 commit comments

Comments
 (0)