]> git.lizzy.rs Git - rust.git/blobdiff - src/test/run-make-fulldeps/c-dynamic-dylib/Makefile
Rollup merge of #68581 - spastorino:support-ice-breaker-cleanup-crew, r=Dylan-DPC
[rust.git] / src / test / run-make-fulldeps / c-dynamic-dylib / Makefile
index 83bddd4c73c3f481d2f0084292cdffbeecb751dc..c524610bf5c07a8cda52f93b937976ca737b0e8f 100644 (file)
@@ -1,14 +1,12 @@
 -include ../tools.mk
 
+# ignore-macos
+#
 # This hits an assertion in the linker on older versions of osx apparently
-ifeq ($(shell uname),Darwin)
-all:
-       echo ignored
-else
+
 all: $(call DYLIB,cfoo)
        $(RUSTC) foo.rs -C prefer-dynamic
        $(RUSTC) bar.rs
        $(call RUN,bar)
        $(call REMOVE_DYLIBS,cfoo)
        $(call FAIL,bar)
-endif