depends: Undefine BLSALLOC_SODIUM in bls-dash.mk (#4176)

This commit is contained in:
dustinface 2021-05-25 04:09:48 +02:00 committed by UdjinM6
parent 575e0a3070
commit 4f4bda0557
No known key found for this signature in database
GPG Key ID: 83592BD1400D58D9

View File

@ -48,6 +48,8 @@ define $(package)_set_vars
$(package)_config_opts_darwin+= -DCMAKE_AR="$(host_prefix)/native/bin/$($(package)_ar)" $(package)_config_opts_darwin+= -DCMAKE_AR="$(host_prefix)/native/bin/$($(package)_ar)"
$(package)_config_opts_darwin+= -DCMAKE_RANLIB="$(host_prefix)/native/bin/$($(package)_ranlib)" $(package)_config_opts_darwin+= -DCMAKE_RANLIB="$(host_prefix)/native/bin/$($(package)_ranlib)"
endif endif
$(package)_cppflags+=-UBLSALLOC_SODIUM
endef endef
define $(package)_preprocess_cmds define $(package)_preprocess_cmds