Skip to content

Commit

Permalink
tools/expat: fix build error with ccache
Browse files Browse the repository at this point in the history
Disable compilation of separate tests as it causes
a build error when combined with ccache

Fixes: 4a3f430 ("tools/expat: update to 2.6.0")
Signed-off-by: Koen Vandeputte <[email protected]>
  • Loading branch information
xback committed Feb 15, 2024
1 parent 869df9e commit f3cbdae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/expat/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ HOSTCC := $(HOSTCC_NOCACHE)
HOST_CONFIGURE_ARGS += \
--disable-shared \
--without-docbook \
--without-tests \
--with-pic

define Host/Uninstall
Expand Down

0 comments on commit f3cbdae

Please sign in to comment.