Skip to content

Commit

Permalink
WIP2
Browse files Browse the repository at this point in the history
  • Loading branch information
knocte committed Apr 11, 2024
1 parent 9d1541f commit a3d7b75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/snap-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ DEBIAN_FRONTEND=noninteractive sudo apt install -y build-essential pkg-config cl
# just in case this is a retry-run, we want to clean artifacts from previous try
rm -rf ./staging

./configure.sh --prefix=./staging "$@"
./autogen.sh --prefix=./staging "$@"
make
make install

Expand Down

0 comments on commit a3d7b75

Please sign in to comment.