Skip to content

Commit

Permalink
chore: attempt 9/1231823 trying to build binary as release artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
karkowg committed Nov 10, 2024
1 parent 1598193 commit 86c6dea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build-mupdf.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ mkdir -p "$target_dir"
elif [[ "$ARCH" == "arm64" ]]; then
export CC="clang"
export CFLAGS="-arch arm64"
export LDFLAGS="-L/usr/local/lib -lX11 -lGL"
fi
make HAVE_X11=no HAVE_GLUT=no prefix=../../install_${OS}_${ARCH} install
fi
Expand Down

0 comments on commit 86c6dea

Please sign in to comment.