diff options
| author | ruki <[email protected]> | 2019-10-09 22:22:52 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2019-10-09 08:17:14 +0800 |
| commit | 06e6a3b6aaf5465421f93e7a7158101fbea4cee9 (patch) | |
| tree | 925582755ea768a4ceaff4155534c2e3bce47a75 /core/src/xmake/makefile | |
| parent | b7d21719c405866e1ebc6597cba561c577850ae6 (diff) | |
add os.cpuinfo and improve the default build jobs number
Diffstat (limited to 'core/src/xmake/makefile')
| -rw-r--r-- | core/src/xmake/makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/src/xmake/makefile b/core/src/xmake/makefile index ae9ebbbe4..996123191 100644 --- a/core/src/xmake/makefile +++ b/core/src/xmake/makefile @@ -36,6 +36,7 @@ xmake_C_FILES += \ os/setenv \ os/getenv \ os/getenvs \ + os/cpuinfo \ os/readlink \ os/emptydir \ os/strerror \ |
