Skip to content

Commit

Permalink
3rdparty.mk: Remove --enable-dotnet (default), add --with-crypto
Browse files Browse the repository at this point in the history
Adding --with-crypto exposes #80 as a compile-time error.
  • Loading branch information
hillu committed Feb 7, 2025
1 parent 4a2a2f4 commit 8d07a32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 3rdparty.mk
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,8 @@ _3rdparty/build/$1/yara-$(yara_VERSION)/.build-stamp: _3rdparty/src/yara-$(yara_
--quiet \
--host=$1 \
--prefix=$(abspath _3rdparty/tgt/$1) \
--disable-shared \
--disable-magic --disable-cuckoo --enable-dotnet --enable-macho --enable-dex \
--disable-shared --with-crypto \
--disable-magic --disable-cuckoo --enable-macho --enable-dex \
CC=$$(firstword $$(shell PATH=$$(PATH) which $1-gcc gcc cc)) \
CPPFLAGS="-I$(abspath _3rdparty/tgt/$1/include) $(if $(findstring -mingw32,$1),-UHAVE__MKGMTIME)" \
CFLAGS="$(if $(findstring -linux-musl,$1),-static)"
Expand Down

0 comments on commit 8d07a32

Please sign in to comment.