2023-11-11 16:48 UTC+0100 Phil Krylov (phil a t krylov.eu)

* config/win/mingw.mk
    + Added support for HB_CCACHE in MinGW builds.
This commit is contained in:
Phil Krylov
2023-11-11 16:48:42 +01:00
parent 20483d43ae
commit 84c5123341
2 changed files with 5 additions and 1 deletions

View File

@@ -7,6 +7,10 @@
Entries may not always be in chronological/commit order.
See license at the end of file. */
2023-11-11 16:48 UTC+0100 Phil Krylov (phil a t krylov.eu)
* config/win/mingw.mk
+ Added support for HB_CCACHE in MinGW builds.
2023-11-11 16:37 UTC+0100 Phil Krylov (phil a t krylov.eu)
* config/win/bcc.mk
! Fixed quoting when building under POSIX shell.

View File

@@ -16,7 +16,7 @@ ifneq ($(HB_COMPILER),mingw64)
endif
endif
CC := $(HB_CCPATH)$(HB_CCPREFIX)$(HB_CMP)$(HB_CCSUFFIX)
CC := $(HB_CCACHE) $(HB_CCPATH)$(HB_CCPREFIX)$(HB_CMP)$(HB_CCSUFFIX)
CC_IN := -c
CC_OUT := -o