#!/bin/sh
# macOS never uses LD_LIBRARY_PATH, but rust uses it to find the path to its driver
LD_LIBRARY_PATH="/opt/local/libexec/mrustc-rust/lib" /opt/local/libexec/mrustc-rust/bin/rustc_binary $@
