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 GitHub
parent f7676c802d
commit fb23e53fdd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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_RANLIB="$(host_prefix)/native/bin/$($(package)_ranlib)"
endif
$(package)_cppflags+=-UBLSALLOC_SODIUM
endef
define $(package)_preprocess_cmds