include ../tools.mk

RUSTC := $(RUSTC_ORIGINAL)

all:
	$(HOST_RPATH_ENV) '$(PYTHON)' test.py
