Fix USE_CCACHE handling

This commit is contained in:
rsadowski 2022-04-28 19:02:13 +00:00
parent 25e43d1a6a
commit be564204e9
1 changed files with 1 additions and 1 deletions

View File

@ -118,6 +118,6 @@ post-extract:
.include <bsd.port.mk>
.if ${USE_CCACHE:L} != "yes"
.if ${USE_CCACHE:L} == "yes"
CONFIGURE_ARGS += -DQT_USE_CCACHE=ON
.endif