app/lua/luac_cross: WRAPCC CC here, too (#2453)

Not that Lua takes very long to compile, but allowing for ccache here
should still help the builder(s) consume a little less time and power.
This commit is contained in:
Nathaniel Wesley Filardo 2018-08-11 12:50:12 +01:00 committed by Marcel Stör
parent e896face0c
commit a57fe552e8
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ DEPS := $(SRC:%.c=$(ODIR)/%.d)
CFLAGS = $(CCFLAGS) $(DEFINES) $(EXTRA_CCFLAGS) $(STD_CFLAGS) $(INCLUDES)
DFLAGS = $(CCFLAGS) $(DDEFINES) $(EXTRA_CCFLAGS) $(STD_CFLAGS) $(INCLUDES)
CC := gcc
CC := $(WRAPCC) gcc
ECHO := echo