Skip to content

Commit 4951f15

Browse files
committed
Removed debug exit(1) from pymodules install
1 parent b7c7dd2 commit 4951f15

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pythonforandroid/toolchain.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1914,7 +1914,6 @@ def run_pymodules_install(ctx, modules):
19141914
'pip as it needs a compilation recipe.')
19151915

19161916
shprint(sh.bash, '-c', '''source venv/bin/activate && env CC=/bin/false CXX=/bin/false PYTHONPATH= pip install --target '{}' -r requirements.txt'''.format(ctx.get_site_packages_dir()))
1917-
exit(1)
19181917

19191918
def biglink(ctx, arch):
19201919
# First, collate object files from each recipe

0 commit comments

Comments
 (0)