summaryrefslogtreecommitdiff
path: root/core/src/xmake/makefile
diff options
context:
space:
mode:
authorruki <[email protected]>2022-04-30 13:43:57 +0800
committerruki <[email protected]>2022-04-30 13:43:57 +0800
commit3e5184e79053d3c270f63bfe9d66a5547d2efb14 (patch)
tree12bf3cf82b06bd04725acc4ace708d20c55becf2 /core/src/xmake/makefile
parent43339a13dfdd9ba6c3f1aeefe8f783a08173dd2f (diff)
add hash.md5
Diffstat (limited to 'core/src/xmake/makefile')
-rw-r--r--core/src/xmake/makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/src/xmake/makefile b/core/src/xmake/makefile
index 2f29b549c..34f272fce 100644
--- a/core/src/xmake/makefile
+++ b/core/src/xmake/makefile
@@ -99,6 +99,7 @@ xmake_C_FILES += \
path/is_absolute \
hash/uuid4 \
hash/sha256 \
+ hash/md5 \
base64/encode \
base64/decode \
string/trim \