diff options
| author | ruki <[email protected]> | 2020-03-01 22:48:48 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-03-01 22:48:48 +0800 |
| commit | 2b41fac5b92bc0e5e3c4a848dfd7d9a1435fd20f (patch) | |
| tree | 58dabccfd6158af8a83d19f56517c40c415f5405 /core/src/xmake/makefile | |
| parent | fc36d8022fed422d34498bc111cd69bff5b08c60 (diff) | |
improve string.split
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 caa8f3150..1292adea3 100644 --- a/core/src/xmake/makefile +++ b/core/src/xmake/makefile @@ -95,6 +95,7 @@ xmake_C_FILES += \ hash/uuid4 \ hash/sha256 \ string/trim \ + string/split \ string/convert \ string/endswith \ string/startswith \ |
