]> git.lizzy.rs Git - rust.git/blob - tests/run-make-fulldeps/symlinked-rlib/Makefile
Rollup merge of #106618 - jmillikin:os-net-rustdoc-wasm32, r=JohnTitor
[rust.git] / tests / run-make-fulldeps / symlinked-rlib / Makefile
1 include ../tools.mk
2
3 # ignore-windows
4 # `ln` is actually `cp` on msys.
5
6 all:
7         $(RUSTC) foo.rs --crate-type=rlib -o $(TMPDIR)/foo.xxx
8         ln -nsf $(TMPDIR)/foo.xxx $(TMPDIR)/libfoo.rlib
9         $(RUSTC) bar.rs -L $(TMPDIR)