diff options
| author | ruki <[email protected]> | 2020-03-18 22:58:27 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-03-18 11:50:44 +0800 |
| commit | cf24293b75a34c610c619243eb3b43fc011b712f (patch) | |
| tree | 60137efd62be348d9b67a8c6f73ed6549cb80b8d /core/src/xmake/makefile | |
| parent | c30c785e9d56d049c0b5f6a6657b93b96a1b8ea7 (diff) | |
improve string.lastof
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 1292adea3..6def8df5b 100644 --- a/core/src/xmake/makefile +++ b/core/src/xmake/makefile @@ -96,6 +96,7 @@ xmake_C_FILES += \ hash/sha256 \ string/trim \ string/split \ + string/lastof \ string/convert \ string/endswith \ string/startswith \ |
