]> git.proxmox.com Git - rustc.git/blob - src/test/run-make-fulldeps/c-dynamic-dylib/Makefile
New upstream version 1.66.0+dfsg1
[rustc.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)