]> git.lizzy.rs Git - rust.git/blob - src/test/run-make-fulldeps/prune-link-args/Makefile
Auto merge of #48575 - ishitatsuyuki:unix-no-thread, r=alexcrichton
[rust.git] / src / test / run-make-fulldeps / prune-link-args / Makefile
1 -include ../tools.mk
2 ifdef IS_WINDOWS
3 # ignore windows
4 RUSTC_FLAGS =
5 else
6 # Notice the space in the end, this emulates the output of pkg-config
7 RUSTC_FLAGS = -C link-args="-lc "
8 endif
9
10 all:
11         $(RUSTC) $(RUSTC_FLAGS) empty.rs