diff options
-rw-r--r-- | meta/recipes-devtools/lua/lua_5.4.4.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-devtools/lua/lua_5.4.4.bb b/meta/recipes-devtools/lua/lua_5.4.4.bb index 0b2e754b31..a39d888ec2 100644 --- a/meta/recipes-devtools/lua/lua_5.4.4.bb +++ b/meta/recipes-devtools/lua/lua_5.4.4.bb | |||
@@ -57,3 +57,6 @@ do_install_ptest () { | |||
57 | } | 57 | } |
58 | 58 | ||
59 | BBCLASSEXTEND = "native nativesdk" | 59 | BBCLASSEXTEND = "native nativesdk" |
60 | |||
61 | inherit multilib_script | ||
62 | MULTILIB_SCRIPTS = "${PN}-dev:${includedir}/luaconf.h" | ||