mirror of
https://github.com/AngelAuraMC/angelauramc-openjdk-build.git
synced 2025-09-10 04:37:37 -04:00
Update android-wrapped-clang
This commit is contained in:
parent
846ffba7a0
commit
e55e05a687
@ -5,6 +5,6 @@ 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 $thecc "$theargs"
|
||||
exec "${@/-fno-var-tracking-assignments/}"
|
||||
# exec $thecc "$theargs"
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user