diff options
-rw-r--r-- | meta-oe/recipes-devtools/nodejs/nodejs_18.12.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/nodejs/nodejs_18.12.1.bb b/meta-oe/recipes-devtools/nodejs/nodejs_18.12.1.bb index 4431edd6ca..3a0b2fd861 100644 --- a/meta-oe/recipes-devtools/nodejs/nodejs_18.12.1.bb +++ b/meta-oe/recipes-devtools/nodejs/nodejs_18.12.1.bb | |||
@@ -142,7 +142,7 @@ do_configure () { | |||
142 | export LD="${CXX}" | 142 | export LD="${CXX}" |
143 | GYP_DEFINES="${GYP_DEFINES}" export GYP_DEFINES | 143 | GYP_DEFINES="${GYP_DEFINES}" export GYP_DEFINES |
144 | # $TARGET_ARCH settings don't match --dest-cpu settings | 144 | # $TARGET_ARCH settings don't match --dest-cpu settings |
145 | python3 configure.py --prefix=${prefix} --cross-compiling \ | 145 | python3 configure.py --verbose --prefix=${prefix} --cross-compiling \ |
146 | --shared-openssl \ | 146 | --shared-openssl \ |
147 | --without-dtrace \ | 147 | --without-dtrace \ |
148 | --without-etw \ | 148 | --without-etw \ |