Skip to content

Commit

Permalink
take three
Browse files Browse the repository at this point in the history
  • Loading branch information
mbekkomo committed Apr 8, 2024
1 parent 037230c commit 329a4c4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/luvi/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ termux_step_make() {
echo "xrepo update-repo"
xrepo update-repo

find "${TERMUX_PKG_CACHEDIR}"

echo "xmake config"
xmake f \
--yes \
Expand All @@ -42,7 +44,8 @@ termux_step_make() {
--cross="${TERMUX_HOST_PLATFORM}-" \
--cflags="${CFLAGS}" \
--cxxflags="${CXXFLAGS}" \
--ldflags="${LDFLAGS}"
--ldflags="${LDFLAGS}" \
--includedirs="${TERMUX_PKG_CACHEDIR}/include"

echo "xmake build"
xmake b \
Expand Down

0 comments on commit 329a4c4

Please sign in to comment.