From f761ca70c70b23e02a9d621544b280eeb1644159 Mon Sep 17 00:00:00 2001 From: Duy Tran Khanh <40482367+khanhduytran0@users.noreply.github.com> Date: Thu, 10 Jun 2021 07:05:59 +0700 Subject: [PATCH] Update android-wrapped-clang++ --- android-wrapped-clang++ | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/android-wrapped-clang++ b/android-wrapped-clang++ index cf87c53..ea5fe18 100755 --- a/android-wrapped-clang++ +++ b/android-wrapped-clang++ @@ -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