mirror of
https://github.com/rizinorg/cutter
synced 2026-08-11 16:23:06 -04:00
Update rizin to latest dev & update jsdec to v0.7.0 (#3292)
* Update rizin to latest dev * Use jsdec for rizin 0.7.0 --------- Co-authored-by: wargio <wargio@libero.it>
This commit is contained in:
parent
e7a5931c76
commit
f97ab44072
5 changed files with 15 additions and 14 deletions
|
|
@ -6,14 +6,15 @@ SCRIPTPATH=$(realpath "$(dirname "${BASH_SOURCE[0]}")")
|
|||
|
||||
cd "$SCRIPTPATH/.."
|
||||
|
||||
if [[ ! -d jsdec ]]; then
|
||||
git clone https://github.com/rizinorg/jsdec.git --depth 1 --branch "v0.6.0"
|
||||
if [ ! -d jsdec ]; then
|
||||
git clone https://github.com/rizinorg/jsdec.git --depth 1 --branch "v0.7.0"
|
||||
fi
|
||||
|
||||
cd jsdec
|
||||
rm -rf build
|
||||
mkdir build && cd build
|
||||
meson --buildtype=release -Djsc_folder="../" "$@" ../p
|
||||
ninja
|
||||
ninja install
|
||||
if [ -d build ]; then
|
||||
rm -rf build
|
||||
fi
|
||||
meson --buildtype=release "$@" build
|
||||
ninja -C build
|
||||
ninja -C build install
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue