summaryrefslogtreecommitdiff
path: root/core/src/xmake/makefile
diff options
context:
space:
mode:
authorruki <[email protected]>2018-10-08 22:41:03 +0800
committerruki <[email protected]>2018-10-08 10:06:19 +0800
commit56837f4aab00f68e53bf106c555d79d0cb6bf8cc (patch)
treecefd1a6079fe4e5c8cf41668443c375d9b545486 /core/src/xmake/makefile
parent340a2ef8d7e6faa3e08653e7713a0906a63e66ac (diff)
add semver.compare
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 1471c75ef..edee2f843 100644
--- a/core/src/xmake/makefile
+++ b/core/src/xmake/makefile
@@ -61,6 +61,7 @@ xmake_C_FILES += \
process/close \
sandbox/interactive \
semver/parse \
+ semver/compare \
semver/satisfies \
semver/select \
semver/semver \