]> git.proxmox.com Git - rustc.git/blame - tests/run-make-fulldeps/c-dynamic-dylib/Makefile
New upstream version 1.69.0+dfsg1
[rustc.git] / tests / run-make-fulldeps / c-dynamic-dylib / Makefile
CommitLineData
f2b60f7d 1include ../tools.mk
1a4d82fc 2
9fa01778
XL
3# ignore-macos
4#
1a4d82fc 5# This hits an assertion in the linker on older versions of osx apparently
9fa01778 6
1a4d82fc
JJ
7all: $(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)