瀏覽代碼

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.
Nathaniel Wesley Filardo 5 年之前
父節點
當前提交
a57fe552e8
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/lua/luac_cross/Makefile

+ 1 - 1
app/lua/luac_cross/Makefile

@@ -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