summaryrefslogtreecommitdiff
path: root/main/misc
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2014-10-19 21:24:09 +0200
committerArne Schwabe <arne@rfc2549.org>2014-10-19 21:24:09 +0200
commitd6fc599a25ac5706b6179ba49ee2ce4331bc2b93 (patch)
treedc019ab0d77fa1914e3faa369a2f0d4a8d13b75a /main/misc
parentcfc02dd036561460dbb88ed371998704c4d5842f (diff)
Fix redirect-gateway if /proc/net/route cannot be read
Diffstat (limited to 'main/misc')
-rwxr-xr-xmain/misc/build-native.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/misc/build-native.sh b/main/misc/build-native.sh
index f27384cd..7382efc9 100755
--- a/main/misc/build-native.sh
+++ b/main/misc/build-native.sh
@@ -23,7 +23,7 @@ if [ -d openvpn/.git ]; then
fi
if [ "x$1" = "x" ]; then
- ndk-build APP_API=all -j 8
+ ndk-build -j 8 USE_BREAKPAD=0
else
ndk-build $@
fi