Skip to content

Commit

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

find "${TERMUX_PKG_CACHEDIR}"
find ~/.termux-build/_cache
find ~/.termux-build/_cache_"${TERMUX_ARCH}"

echo "xmake config"
xmake f \
Expand All @@ -45,7 +46,7 @@ termux_step_make() {
--cflags="${CFLAGS}" \
--cxxflags="${CXXFLAGS}" \
--ldflags="${LDFLAGS}" \
--includedirs="${TERMUX_PKG_CACHEDIR}/include"
--includedirs="$HOME/.cache/include"

echo "xmake build"
xmake b \
Expand Down

0 comments on commit 2712e33

Please sign in to comment.