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 02f1ac5d4a..b340a48218 100644 --- a/meta-oe/recipes-devtools/nodejs/nodejs_18.12.1.bb +++ b/meta-oe/recipes-devtools/nodejs/nodejs_18.12.1.bb | |||
| @@ -148,7 +148,7 @@ do_configure () { | |||
| 148 | --without-etw \ | 148 | --without-etw \ |
| 149 | --dest-cpu="${@map_nodejs_arch(d.getVar('TARGET_ARCH'), d)}" \ | 149 | --dest-cpu="${@map_nodejs_arch(d.getVar('TARGET_ARCH'), d)}" \ |
| 150 | --dest-os=linux \ | 150 | --dest-os=linux \ |
| 151 | --libdir=${libdir} \ | 151 | --libdir=${baselib} \ |
| 152 | ${ARCHFLAGS} \ | 152 | ${ARCHFLAGS} \ |
| 153 | ${PACKAGECONFIG_CONFARGS} | 153 | ${PACKAGECONFIG_CONFARGS} |
| 154 | } | 154 | } |
