Skip to content

Commit

Permalink
2023-11-11 16:48 UTC+0100 Phil Krylov (phil a t krylov.eu)
Browse files Browse the repository at this point in the history
  * config/win/mingw.mk
    + Added support for HB_CCACHE in MinGW builds.
  • Loading branch information
tuffnatty committed Nov 11, 2023
1 parent 20483d4 commit 84c5123
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions ChangeLog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion config/win/mingw.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 84c5123

Please sign in to comment.