Skip to content

Commit

Permalink
ZLib download link update
Browse files Browse the repository at this point in the history
  • Loading branch information
lmbelo authored Jan 8, 2024
1 parent 2c9db28 commit 1ee36f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python3-android/Android/build_deps.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ def make(self):

def build_package(pkg: Package):
subprocess.check_call(['curl', '-fLO', pkg.source], cwd=BASE / 'deps')
subprocess.check_call(['ls', '-ls', pkg.source], cwd=BASE / 'deps')
subprocess.check_call(['ls', '-ls'], cwd=BASE / 'deps')
subprocess.check_call(['tar', '--no-same-owner', '-xf', 'zlib-1.2.12.tar'], cwd=BASE / 'deps')

try:
Expand Down

0 comments on commit 1ee36f8

Please sign in to comment.