diff options
| author | ruki <[email protected]> | 2019-11-26 00:48:24 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2019-11-25 23:40:49 +0800 |
| commit | eaa013ce4cd12a18c8cc73b948f81dc64cd2d976 (patch) | |
| tree | 95d2b90555ae6867597c08af41131f52e0e11e38 /core/src | |
| parent | 2101b278bb3f1d15395110b25b63a8536ecffb94 (diff) | |
uses hash.uuid4
Diffstat (limited to 'core/src')
| -rw-r--r-- | core/src/xmake/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/xmake/makefile b/core/src/xmake/makefile index 61574c552..9c2a5d15b 100644 --- a/core/src/xmake/makefile +++ b/core/src/xmake/makefile @@ -82,7 +82,7 @@ xmake_C_FILES += \ path/absolute \ path/translate \ path/is_absolute \ - hash/uuid \ + hash/uuid4 \ hash/sha256 \ string/trim \ string/convert \ |
