File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ $cmake_opts = $args[1]
33$python = Split-Path ((Get-Command python.exe ).Path)
44
55if (-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}
88cd rz- silhouette
99& meson.exe -- buildtype= release -- prefix= $dist build
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ EXTRA_CMAKE_OPTS="$2"
88cd " $SCRIPTPATH /.."
99
1010if [[ ! -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
1212fi
1313
1414cd rz-silhouette
You can’t perform that action at this time.
0 commit comments