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 d19e1a4 commit 7c8bf5f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions scripts/build/p-bitwuzla-linux-ubuntu.inc
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,8 @@ install_build_dependencies_bitwuzla() {

#Install essential dependencies
with_sudo apt -y --no-install-recommends install "${dependencies[@]}"

pip3 install --user meson
base_path="$(python3 -m site --user-base)"
export PATH="$PATH:${base_path}/bin"
}
2 changes: 1 addition & 1 deletion scripts/build/v-bitwuzla.inc
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ artifact_dependency_bitwuzla=("")
install_build_dependencies_bitwuzla() {
source "${DIR}/common-functions"
with_sudo pip3 install --user meson
}
}

0 comments on commit 7c8bf5f

Please sign in to comment.