mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-24 02:03:06 -05: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
Notes:
sideshowbarker
2024-07-19 10:47:51 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/69c24b1ddb4
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
Reference in a new issue