Skip to content

Commit ec6a6fb

Browse files
committed
Use rz-silhouette v0.8.0-beta3
1 parent 9184085 commit ec6a6fb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dist/bundle_rz_silhouette.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ $cmake_opts = $args[1]
33
$python = Split-Path((Get-Command python.exe).Path)
44

55
if (-not (Test-Path -Path 'rz-silhouette' -PathType Container)) {
6-
git clone https://github.com/rizinorg/rz-silhouette.git --depth 1 rz-silhouette
6+
git clone https://github.com/rizinorg/rz-silhouette.git --depth 1 --branch "v0.8.0-beta3" rz-silhouette
77
}
88
cd rz-silhouette
99
& meson.exe --buildtype=release --prefix=$dist build

scripts/rz-silhouette.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ EXTRA_CMAKE_OPTS="$2"
88
cd "$SCRIPTPATH/.."
99

1010
if [[ ! -d rz-silhouette ]]; then
11-
git clone https://github.com/rizinorg/rz-silhouette.git --depth 1 rz-silhouette
11+
git clone https://github.com/rizinorg/rz-silhouette.git --depth 1 --branch "v0.8.0-beta3" rz-silhouette
1212
fi
1313

1414
cd rz-silhouette

0 commit comments

Comments
 (0)