mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 23:04:33 +00:00
11 lines
165 B
Makefile
11 lines
165 B
Makefile
include ../tools.mk
|
|
|
|
# ignore-windows
|
|
|
|
export RUSTC := $(RUSTC_ORIGINAL)
|
|
export LD_LIBRARY_PATH := $(HOST_RPATH_DIR)
|
|
export TMPDIR := $(TMPDIR)
|
|
|
|
all:
|
|
bash check.sh
|