Skip to content

Commit

Permalink
Update build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
katrinafyi authored Apr 4, 2024
1 parent 30ddb1b commit 85e76b3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion offlineASL-cpp/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ dir="$(dirname "$0")"
cd "$dir"
echo ":gen A64 aarch64.+ cpp ./subprojects" | dune exec asli

meson setup --reconfigure build
rm -rfv build
meson setup build
pushd build
meson compile
DESTDIR=$(pwd)/prefix meson install
Expand Down

0 comments on commit 85e76b3

Please sign in to comment.