Skip to content

Commit

Permalink
depends: fix qrencode compilation for arm64-darwin
Browse files Browse the repository at this point in the history
The configure in the tarball does not recognize `arm64-apple-darwin`,
re-generation fixes that.
  • Loading branch information
div72 committed Sep 23, 2024
1 parent e12ca58 commit 2bb58be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions depends/packages/qrencode.mk
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ define $(package)_set_vars
endef

define $(package)_config_cmds
autoreconf -fi && \
$($(package)_autoconf)
endef

Expand Down

0 comments on commit 2bb58be

Please sign in to comment.