Skip to content

Commit

Permalink
[fix]
Browse files Browse the repository at this point in the history
  • Loading branch information
misonijnik authored and S1eGa committed Nov 17, 2023
1 parent 35cf076 commit c63ec57
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 11 deletions.
1 change: 1 addition & 0 deletions scripts/build/p-bitwuzla-linux-ubuntu.inc
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ install_build_dependencies_bitwuzla() {

#Install essential dependencies
with_sudo apt -y --no-install-recommends install "${dependencies[@]}"
with_sudo pip3 install --user meson
}
17 changes: 9 additions & 8 deletions scripts/build/p-bitwuzla-osx.inc
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
install_build_dependencies_bitwuzla() {
dependencies=(
ninja
python3
python3-pip
cmake
git
)
brew install "${dependencies[@]}"
dependencies=(
ninja
python3
python3-pip
cmake
git
)
brew install "${dependencies[@]}"
with_sudo pip3 install --user meson
}
5 changes: 2 additions & 3 deletions scripts/build/v-bitwuzla.inc
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,5 @@ required_variables_bitwuzla=(
artifact_dependency_bitwuzla=("")

install_build_dependencies_bitwuzla() {
source "${DIR}/common-functions"
with_sudo pip3 install --user meson
}
return 0
}

0 comments on commit c63ec57

Please sign in to comment.