#!/bin/sh
export CC="${CC:-/usr/bin/clang}"
export MRUSTC_TARGET_VER="${MRUSTC_TARGET_VER:-1.54}"
export MRUSTC_LIBDIR="${MRUSTC_LIBDIR:-/opt/local/libexec/mrustc/lib}"
/opt/local/libexec/mrustc/bin/mrustc $@
