Skip to content

Commit

Permalink
fixed build error due to unnecessary make clean
Browse files Browse the repository at this point in the history
  • Loading branch information
mazzalab committed Nov 5, 2024
1 parent dc95ebe commit 20c08eb
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions recipes/gzrt/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ fi
export CFLAGS="${CFLAGS:-} -I$PREFIX/include"
export LDFLAGS="${LDFLAGS:-} -L$PREFIX/lib"

# Clean any previous builds
make clean || true

if ! make; then
echo "Build failed"
exit 1
Expand Down

0 comments on commit 20c08eb

Please sign in to comment.