diff --git a/configure.sh b/configure.sh index ce5ca5d..1757c9f 100755 --- a/configure.sh +++ b/configure.sh @@ -128,7 +128,7 @@ if command -v termux-setup-storage >/dev/null 2>&1; then export \ CFLAGS = "-D__ANDROID_API__=$(getprop ro.build.version.sdk) -g -O2" \ - CXXFLAGS = "-D__ANDROID_API__=$(getprop ro.build.version.sdk) -g -O2" + CXXFLAGS = "-D__ANDROID_API__=$(getprop ro.build.version.sdk) -g -O2" fi run_quietly giteapc-configure.log \