Skip to content

Commit

Permalink
libexif: update config.guess/config.sub for aarch64 build
Browse files Browse the repository at this point in the history
fix #147
  • Loading branch information
hanwckf committed Oct 18, 2019
1 parent 31d3eae commit 4945379
Show file tree
Hide file tree
Showing 3 changed files with 4,514 additions and 22 deletions.
2 changes: 1 addition & 1 deletion trunk/libs/libexif/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ download_test:
extract_test:
( if [ ! -d $(SRC_NAME) ]; then \
tar jxf $(SRC_NAME).tar.bz2; \
patch -d $(SRC_NAME) -p1 -i ../no_doc_test.patch ; \
patch -d $(SRC_NAME) -p1 -i ../no-doc-test_update-gettext.patch ; \
fi )

config_test:
Expand Down
Loading

0 comments on commit 4945379

Please sign in to comment.