mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 17:27:35 +00:00
Build: Add PRE_CXX before the host CXX as well
This allows the use of ccache for building the host-side tools.
This commit is contained in:
parent
ac25438d54
commit
69c24b1ddb
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ LDFLAGS += \
|
|||
VERBOSE = 0
|
||||
|
||||
ifneq ($(HOST_CXX),)
|
||||
CXX = g++
|
||||
CXX = $(PRE_CXX) g++
|
||||
AS = as
|
||||
LINK = ld
|
||||
OBJ_SUFFIX ?= .host
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue