Merge pull request #145 from srwalter/fix-llvm-build-race

rust-llvm.inc: work around build race
This commit is contained in:
Doug Goldstein
2017-01-31 13:04:13 -06:00
committed by GitHub

View File

@@ -80,6 +80,8 @@ do_compile_prepend_class-target() {
}
do_compile() {
oe_runmake NATIVE_LIB_LLVMTABLEGEN
oe_runmake NativeLLVMConfig
oe_runmake
}