mirror of
https://github.com/AngelAuraMC/angelauramc-openjdk-build.git
synced 2025-09-09 12:20:29 -04:00
Update android-wrapped-clang++
This commit is contained in:
parent
e55e05a687
commit
f761ca70c7
@ -5,6 +5,7 @@ if [ "$1" = "--version" ]; then
|
||||
echo "This is free software; see the source for copying conditions. There is NO"
|
||||
echo "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
|
||||
else
|
||||
theargs="${@/-fno-var-tracking-assignments/}"
|
||||
exec $thecxx "$theargs"
|
||||
# theargs=
|
||||
exec "${@/-fno-var-tracking-assignments/}"
|
||||
# exec $thecxx "$theargs"
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user