mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-05-18 23:35:34 +00:00
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:
parent
b4c3c0b279
commit
69439ee7bd
@ -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 \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user