diff options
| author | ruki <[email protected]> | 2022-05-20 23:05:19 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-05-20 23:05:19 +0800 |
| commit | 6cf488d207c3009aba6319759a2cc2fb6aa7a405 (patch) | |
| tree | c61583cf363192611d4f0be291b9e1fbe8afd2ab /core/src/xmake/makefile | |
| parent | c6218b9b4cd17babf15fa46dbc65e895ace3e7d7 (diff) | |
| parent | d63ce0e016b58d03519f957d7ac9f36494c73486 (diff) | |
Merge pull request #2361 from xmake-io/buildcache
Add build cache instead of ccache
Diffstat (limited to 'core/src/xmake/makefile')
| -rw-r--r-- | core/src/xmake/makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/core/src/xmake/makefile b/core/src/xmake/makefile index b9a40c676..d86df719e 100644 --- a/core/src/xmake/makefile +++ b/core/src/xmake/makefile @@ -99,8 +99,9 @@ xmake_C_FILES += \ path/directory \ path/is_absolute \ hash/uuid4 \ - hash/sha256 \ + hash/sha \ hash/md5 \ + hash/xxhash \ base64/encode \ base64/decode \ string/trim \ @@ -183,7 +184,8 @@ xmake_INC_DIRS += \ ../tbox/tbox/src \ ../tbox/inc/$(PLAT) \ ../sv/sv/include \ - ../lz4/lz4/lib + ../lz4/lz4/lib \ + ../xxhash ifeq ($(RUNTIME),luajit) xmake_INC_DIRS += ../luajit/luajit/src xmake_CXFLAGS += -DUSE_LUAJIT |
