Skip to content

Commit

Permalink
tmp(main/nodejs): make make verbose
Browse files Browse the repository at this point in the history
making make sounds weird, I know :)
  • Loading branch information
thunder-coding committed Jun 1, 2023
1 parent 535f005 commit 60af2d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/nodejs/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ TERMUX_PKG_SUGGESTS="clang, make, pkg-config, python"
TERMUX_PKG_RM_AFTER_INSTALL="lib/node_modules/npm/html lib/node_modules/npm/make.bat share/systemtap lib/dtrace"
TERMUX_PKG_BUILD_IN_SRC=true
TERMUX_PKG_HOSTBUILD=true
TERMUX_PKG_EXTRA_MAKE_ARGS="-d"

termux_step_post_get_source() {
# Prevent caching of host build:
Expand Down

0 comments on commit 60af2d8

Please sign in to comment.