]> git.lizzy.rs Git - rust.git/blob - src/test/run-make-fulldeps/c-dynamic-dylib/Makefile
Rollup merge of #104181 - jackh726:known-bug-tests, r=Mark-Simulacrum
[rust.git] / src / test / run-make-fulldeps / c-dynamic-dylib / Makefile
1 include ../tools.mk
2
3 # ignore-macos
4 #
5 # This hits an assertion in the linker on older versions of osx apparently
6
7 all: $(call DYLIB,cfoo)
8         $(RUSTC) foo.rs -C prefer-dynamic
9         $(RUSTC) bar.rs
10         $(call RUN,bar)
11         $(call REMOVE_DYLIBS,cfoo)
12         $(call FAIL,bar)