diff --git a/recipes-devtools/rust/rust-llvm.inc b/recipes-devtools/rust/rust-llvm.inc index 2706ae3..8c78b44 100644 --- a/recipes-devtools/rust/rust-llvm.inc +++ b/recipes-devtools/rust/rust-llvm.inc @@ -80,6 +80,8 @@ do_compile_prepend_class-target() { } do_compile() { + oe_runmake NATIVE_LIB_LLVMTABLEGEN + oe_runmake NativeLLVMConfig oe_runmake }