]> git.lizzy.rs Git - rust.git/blob - tests/run-make-fulldeps/foreign-double-unwind/Makefile
Auto merge of #105716 - chriswailes:ndk-update-redux, r=pietroalbini
[rust.git] / tests / run-make-fulldeps / foreign-double-unwind / Makefile
1 include ../tools.mk
2
3 all: foo
4         $(call RUN,foo) | $(CGREP) -v unreachable
5
6 foo: foo.rs $(call NATIVE_STATICLIB,foo)
7         $(RUSTC) $< -lfoo $(EXTRARSCXXFLAGS)
8
9 $(TMPDIR)/libfoo.o: foo.cpp
10         $(call COMPILE_OBJ_CXX,$@,$<)