Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
# ignore-cross-compile
include ../tools.mk
ifdef IS_MSVC
# FIXME(#27979)
all:
else
all: $(call STATICLIB,foo) $(call STATICLIB,bar)
$(RUSTC) main.rs
$(call RUN,main)
endif