From fa42db36d4343755c2b8da09b7c473692944ba55 Mon Sep 17 00:00:00 2001 From: Matthias Kuhn Date: Tue, 18 Aug 2020 01:26:38 +0200 Subject: [PATCH] Also reunwind expat --- distribute.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/distribute.sh b/distribute.sh index b237f32..1c634e9 100755 --- a/distribute.sh +++ b/distribute.sh @@ -198,6 +198,7 @@ function push_arm() { if [ "X${ARCH}" == "Xarmeabi-v7a" ]; then CXXFLAGS+=" -lunwind -Wl,--exclude-libs=libunwind.a" + CFLAGS+=" -lunwind -Wl,--exclude-libs=libunwind.a" fi export LDFLAGS="-lm -L$STAGE_PATH/lib"