Skip to content

Commit

Permalink
Update build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
kcleal authored Jul 9, 2024
1 parent 1c2f940 commit e2c3cc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x11-packages/gw/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ termux_step_make() {
unzip -o "${TERMUX_PKG_CACHEDIR}/skia-${TERMUX_ARCH}.zip"
cd ../../

make -j "$TERMUX_PKG_MAKE_PROCESSES"
LDFLAGS+="${LDFLAGS} -L${TERMUX_PREFIX}/lib" make -j "$TERMUX_PKG_MAKE_PROCESSES"
}

termux_step_make_install() {
Expand Down

0 comments on commit e2c3cc5

Please sign in to comment.