Merge pull request #3054 from plntyk/fix_qemu
qemu: fix ccache enabled builds
This commit is contained in:
commit
4972489d8d
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ CONFIGURE_ARGS:=$(filter-out \
|
||||||
# Building qemu-ga alone does not require zlib
|
# Building qemu-ga alone does not require zlib
|
||||||
CONFIGURE_ARGS+= \
|
CONFIGURE_ARGS+= \
|
||||||
--cross-prefix=$(TARGET_CROSS) \
|
--cross-prefix=$(TARGET_CROSS) \
|
||||||
--host-cc=$(HOSTCC) \
|
--host-cc="$(HOSTCC)" \
|
||||||
--target-list='' \
|
--target-list='' \
|
||||||
--disable-zlib-test \
|
--disable-zlib-test \
|
||||||
--enable-guest-agent
|
--enable-guest-agent
|
||||||
|
|
Loading…
Reference in a new issue