Skip to content

Commit

Permalink
Update build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
kcleal authored and TomJo2000 committed Jul 9, 2024
1 parent 432ead8 commit 926e519
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions x11-packages/gw/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ termux_step_pre_configure() {
sed -i \
-e '/\/usr\/local\/include/d' \
-e '/\/usr\/local\/lib/d' \
./Makefile
sed -i 's/LDFLAGS=/LDFLAGS+=/g' Makefile
./Makefile && sed -i 's/LDFLAGS=/LDFLAGS+=/g' Makefile

if [ "$TERMUX_ARCH" = "aarch64" ]; then
sed -i 's/Release-x64/Release-arm64/g' ./Makefile
Expand Down

0 comments on commit 926e519

Please sign in to comment.