Skip to content

Commit

Permalink
update libsodium.mk
Browse files Browse the repository at this point in the history
remove hard-coded `MACOSX_DEPLOYMENT_TARGET`
as suggested by DeckerSU in #55
  • Loading branch information
TheComputerGenie committed Oct 7, 2024
1 parent d7d13c2 commit 2008bef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion depends/packages/libsodium.mk
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ $(package)_config_opts=
define $(package)_set_vars
$(package)_build_env=DO_NOT_UPDATE_CONFIG_SCRIPTS=1
ifeq ($(build_os),darwin)
$(package)_build_env+=MACOSX_DEPLOYMENT_TARGET="10.11"
$(package)_build_env+=MACOSX_DEPLOYMENT_TARGET="$(OSX_MIN_VERSION)"
$(package)_cc=clang
$(package)_cxx=clang++
endif
Expand Down

0 comments on commit 2008bef

Please sign in to comment.