nodejs: run configure.py in verbose mode

It's useful to know what configure is detecting, so pass --verbose.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Ross Burton
2023-02-20 15:46:10 +00:00
committed by Khem Raj
parent b4c3c0b279
commit 69439ee7bd

View File

@@ -142,7 +142,7 @@ do_configure () {
export LD="${CXX}"
GYP_DEFINES="${GYP_DEFINES}" export GYP_DEFINES
# $TARGET_ARCH settings don't match --dest-cpu settings
python3 configure.py --prefix=${prefix} --cross-compiling \
python3 configure.py --verbose --prefix=${prefix} --cross-compiling \
--shared-openssl \
--without-dtrace \
--without-etw \