Skip to content

Commit

Permalink
take seven
Browse files Browse the repository at this point in the history
  • Loading branch information
mbekkomo committed Apr 8, 2024
1 parent 0f6e02c commit 4b93cd6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/luvi/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ termux_step_make() {
--cross="${TERMUX_HOST_PLATFORM}-" \
--cflags="${CFLAGS}" \
--cxxflags="${CXXFLAGS}" \
--ldflags="${LDFLAGS}"
--ldflags="${LDFLAGS}" \
--includedirs="${TERMUX_PREFIX}/include"

echo "xmake build"
xmake b \
Expand Down

0 comments on commit 4b93cd6

Please sign in to comment.