]> git.proxmox.com Git - rustc.git/blame - tests/run-make-fulldeps/no-duplicate-libs/Makefile
New upstream version 1.69.0+dfsg1
[rustc.git] / tests / run-make-fulldeps / no-duplicate-libs / Makefile
CommitLineData
f2b60f7d 1include ../tools.mk
1a4d82fc 2
b039eaaf
SL
3ifdef IS_MSVC
4# FIXME(#27979)
5all:
6else
041b39d2 7all: $(call STATICLIB,foo) $(call STATICLIB,bar)
1a4d82fc
JJ
8 $(RUSTC) main.rs
9 $(call RUN,main)
b039eaaf 10endif