Skip to content

Commit

Permalink
depends: fix OpenSSL Darwin ARM build
Browse files Browse the repository at this point in the history
  • Loading branch information
div72 committed Sep 20, 2021
1 parent 27a6a6a commit 385efbf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions depends/packages/openssl.mk
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ $(package)_config_opts_mipsel_linux=linux-generic32
$(package)_config_opts_mips_linux=linux-generic32
$(package)_config_opts_powerpc_linux=linux-generic32
$(package)_config_opts_x86_64_darwin=darwin64-x86_64-cc
$(package)_config_opts_aarch64_darwin=darwin64-arm64-cc
$(package)_config_opts_x86_64_mingw32=mingw64
$(package)_config_opts_i686_mingw32=mingw
endef
Expand Down

0 comments on commit 385efbf

Please sign in to comment.