libvirt: fix build race conditions
This commit is contained in:
parent
8b5bba401a
commit
bd6e10a5d4
|
@ -69,9 +69,16 @@ post_patch() {
|
|||
}
|
||||
|
||||
pre_build() {
|
||||
# racey custom targets; prevent parallelism issues
|
||||
ninja -C build \
|
||||
src/remote/qemu_protocol.h \
|
||||
src/remote/remote_protocol.h
|
||||
src/remote/remote_protocol.h \
|
||||
src/util/virkeycodetable_linux.h \
|
||||
src/util/virkeycodetable_osx.h \
|
||||
src/util/virkeycodetable_win32.h \
|
||||
src/util/virkeynametable_linux.h \
|
||||
src/util/virkeynametable_osx.h \
|
||||
src/util/virkeynametable_win32.h
|
||||
}
|
||||
|
||||
post_install() {
|
||||
|
|
Loading…
Reference in New Issue