mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-24 04:12:51 +02:00
qemu-host: fix compilation when ccache enabled
This commit is contained in:
parent
bafe65898f
commit
bf115de8fc
@ -52,7 +52,7 @@ HOST_CONFIGURE_VARS =
|
||||
# --extra-cflags="$(HOST_CFLAGS) $(HOST_CPPFLAGS)"
|
||||
|
||||
HOST_CONFIGURE_ARGS = \
|
||||
--cc=$(HOSTCC) \
|
||||
--cc="$(HOSTCC)" \
|
||||
--prefix=$(STAGING_DIR_HOST) \
|
||||
--extra-ldflags="$(HOST_LDFLAGS)" \
|
||||
--sysconfdir=$(STAGING_DIR_HOST)/etc \
|
||||
|
Loading…
Reference in New Issue
Block a user