Browse Source

Merge pull request #3054 from plntyk/fix_qemu

qemu: fix ccache enabled builds
lilik-openwrt-22.03
Yousong Zhou 8 years ago
committed by GitHub
parent
commit
4972489d8d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      utils/qemu/Makefile

+ 1
- 1
utils/qemu/Makefile View File

@ -45,7 +45,7 @@ CONFIGURE_ARGS:=$(filter-out \
# Building qemu-ga alone does not require zlib
CONFIGURE_ARGS+= \
--cross-prefix=$(TARGET_CROSS) \
--host-cc=$(HOSTCC) \
--host-cc="$(HOSTCC)" \
--target-list='' \
--disable-zlib-test \
--enable-guest-agent


Loading…
Cancel
Save