Update android-wrapped-clang++

This commit is contained in:
Duy Tran Khanh 2021-06-10 07:06:25 +07:00 committed by GitHub
parent f761ca70c7
commit a5b7a14b20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,6 +6,6 @@ if [ "$1" = "--version" ]; then
echo "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
else
# theargs=
exec "${@/-fno-var-tracking-assignments/}"
exec $thecxx "${@/-fno-var-tracking-assignments/}"
# exec $thecxx "$theargs"
fi