diff options
Diffstat (limited to 'core/src/xmake/makefile')
| -rwxr-xr-x | core/src/xmake/makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/core/src/xmake/makefile b/core/src/xmake/makefile index 105bc2eff..8d2ca97f4 100755 --- a/core/src/xmake/makefile +++ b/core/src/xmake/makefile @@ -21,6 +21,7 @@ xmake_C_FILES += \ os/cpdir \ os/chdir \ os/mtime \ + os/mclock \ os/curdir \ os/tmpdir \ os/isfile \ @@ -37,7 +38,10 @@ xmake_C_FILES += \ path/translate \ path/is_absolute \ string/endswith \ - string/startswith + string/startswith \ + process/open \ + process/wait \ + process/close # flags |
