summaryrefslogtreecommitdiff
path: root/core/src/xmake/makefile
diff options
context:
space:
mode:
authorruki <[email protected]>2020-02-21 22:53:05 +0800
committerruki <[email protected]>2020-02-21 11:18:31 +0800
commit2ce8c14ab4cee3a5673aa24649196cb45dcc0426 (patch)
tree295eaa446ccec43eab5e820c4193bfe1cc5d1ee7 /core/src/xmake/makefile
parent868450acbb14b1bf5cd2da7b1b09a195e88a6bd5 (diff)
add os.syserror
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 aa3a88ff6..caa8f3150 100644
--- a/core/src/xmake/makefile
+++ b/core/src/xmake/makefile
@@ -39,6 +39,7 @@ xmake_C_FILES += \
os/cpuinfo \
os/readlink \
os/emptydir \
+ os/syserror \
os/strerror \
os/filesize \
os/getwinsize \