We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e676f99 commit 605cc3bCopy full SHA for 605cc3b
src/test/run-make-fulldeps/link-cfg/Makefile
@@ -3,9 +3,7 @@
3
all: $(call DYLIB,return1) $(call DYLIB,return2) $(call NATIVE_STATICLIB,return3)
4
ls $(TMPDIR)
5
6
- ifneq ($(IS_MUSL_HOST),1)
7
- $(RUSTC) --print cfg --target x86_64-unknown-linux-musl | $(CGREP) crt-static
8
- endif
+ $(BARE_RUSTC) --print cfg --target x86_64-unknown-linux-musl | $(CGREP) crt-static
9
10
$(RUSTC) no-deps.rs --cfg foo
11
$(call RUN,no-deps)
0 commit comments