mirror of
https://github.com/rizinorg/cutter
synced 2026-08-11 16:23:06 -04:00
disable openssl for libyara on linux/mac builds and use tagged version (#3332)
* disable openssl for libyara on linux/mac builds and use tagged version * Bump rizin version
This commit is contained in:
parent
bce9fe7732
commit
de46cb109b
4 changed files with 7 additions and 7 deletions
|
|
@ -8,14 +8,14 @@ EXTRA_CMAKE_OPTS="$2"
|
|||
cd "$SCRIPTPATH/.."
|
||||
|
||||
if [[ ! -d rz_libyara ]]; then
|
||||
git clone https://github.com/rizinorg/rz-libyara.git --depth 1 rz_libyara
|
||||
git clone https://github.com/rizinorg/rz-libyara.git --depth 1 --branch main rz_libyara
|
||||
git -C rz_libyara submodule init
|
||||
git -C rz_libyara submodule update
|
||||
fi
|
||||
|
||||
cd rz_libyara
|
||||
|
||||
meson --buildtype=release --pkg-config-path="$INSTALL_PREFIX/lib/pkgconfig" --prefix="$INSTALL_PREFIX" -Duse_sys_yara=disabled build
|
||||
meson --buildtype=release --pkg-config-path="$INSTALL_PREFIX/lib/pkgconfig" --prefix="$INSTALL_PREFIX" -Denable_openssl=false -Duse_sys_yara=disabled build
|
||||
ninja -C build install
|
||||
|
||||
cd cutter-plugin
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue