Skip to content

Commit

Permalink
be verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
mbekkomo committed Dec 3, 2024
1 parent 7a1cf18 commit 4690a21
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/deno/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ termux_step_make() {
export TARGET_CMAKE_TOOLCHAIN_FILE="/dev/null"

# Workaround for C compiler used in aarch64 build
if [[ "${TERMUX_ARCH}" == "aarch64" ]]; then
export CFLAGS="--target=${TERMUX_HOST_PLATFORM} ${CFLAGS-}"
fi
# if [[ "${TERMUX_ARCH}" == "aarch64" ]]; then
# export CFLAGS="--target=${TERMUX_HOST_PLATFORM} --sysroot=${TERMUX_STANDALONE_TOOLCHAIN} ${CFLAGS-}"
# fi

cargo build --jobs "${TERMUX_PKG_MAKE_PROCESSES}" --target "${CARGO_TARGET_NAME}" --release
cargo build -vv --jobs "${TERMUX_PKG_MAKE_PROCESSES}" --target "${CARGO_TARGET_NAME}" --release
}

termux_step_make_install() {
Expand Down

0 comments on commit 4690a21

Please sign in to comment.