#!/data/data/com.termux/files/usr/bin/bash
if [ "$1" != "-cc1" ]; then
"$(dirname $0)/cpp" --target="aarch64-linux-android24" "$@"
else
# Target is already an argument.
"$(dirname $0)/cpp" "$@"
fi
