Skip to content

Commit

Permalink
Merge pull request #1363 from mkg20001/fix-jpeg-build
Browse files Browse the repository at this point in the history
Fix jpeg build for newer NDKs, fixes #1169, fixes #1341
  • Loading branch information
AndreMiras authored Dec 14, 2018
2 parents 9b9bcf8 + 34bd26a commit 55d0981
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pythonforandroid/recipes/jpeg/Application.mk
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
APP_OPTIM := release
APP_ABI := all # or armeabi
APP_MODULES := libjpeg
APP_ALLOW_MISSING_DEPS := true

0 comments on commit 55d0981

Please sign in to comment.