mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-19 03:17:10 +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}"
|
export LD="${CXX}"
|
||||||
GYP_DEFINES="${GYP_DEFINES}" export GYP_DEFINES
|
GYP_DEFINES="${GYP_DEFINES}" export GYP_DEFINES
|
||||||
# $TARGET_ARCH settings don't match --dest-cpu settings
|
# $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 \
|
--shared-openssl \
|
||||||
--without-dtrace \
|
--without-dtrace \
|
||||||
--without-etw \
|
--without-etw \
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user