From 7c0cec16294db605dd1cf64d29552b5674fd6e85 Mon Sep 17 00:00:00 2001 From: kelson42 Date: Thu, 19 Dec 2013 14:46:16 +0100 Subject: [PATCH] + remove a debug exit() --- build-android-with-native.py | 1 - 1 file changed, 1 deletion(-) diff --git a/build-android-with-native.py b/build-android-with-native.py index c5adfee76..ad278de5d 100755 --- a/build-android-with-native.py +++ b/build-android-with-native.py @@ -301,7 +301,6 @@ for arch in ARCHS: dest = 'libs/' syscall('ln -sf %(src)s %(dest)s' % {'src': ln_src, 'dest': dest}) - sys.exit(0) # check that the step went well if CREATE_TOOLCHAIN or COMPILE_LIBLZMA or COMPILE_LIBZIM or \