Skip to content

Commit

Permalink
Merge pull request #240 from KomodoPlatform/beta
Browse files Browse the repository at this point in the history
sync master
  • Loading branch information
ca333 committed Dec 5, 2019
2 parents 39ed36b + ad5c304 commit bf30f32
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions depends/packages/libsodium.mk
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,15 @@ $(package)_file_name=$(package)-$($(package)_version).tar.gz
$(package)_sha256_hash=6f504490b342a4f8a4c4a02fc9b866cbef8622d5df4e5452b46be121e46636c1
$(package)_dependencies=
$(package)_config_opts=
ifeq ($(build_os),darwin)

define $(package)_set_vars
$(package)_build_env=MACOSX_DEPLOYMENT_TARGET="10.11"
$(package)_build_env=DO_NOT_UPDATE_CONFIG_SCRIPTS=1
ifeq ($(build_os),darwin)
$(package)_build_env+=MACOSX_DEPLOYMENT_TARGET="10.11"
$(package)_cc=clang
$(package)_cxx=clang++
endif
endef
endif

define $(package)_preprocess_cmds
cd $($(package)_build_subdir); ./autogen.sh
Expand Down

0 comments on commit bf30f32

Please sign in to comment.