summaryrefslogtreecommitdiff
path: root/core/src/xmake/makefile
diff options
context:
space:
mode:
authorruki <[email protected]>2019-10-12 22:43:00 +0800
committerruki <[email protected]>2019-10-12 22:43:00 +0800
commit3dcbba4360d7a7ab7082117711566a5bfc6857dc (patch)
treea7e8cd6345c6a655e87d6220f169d898f451139a /core/src/xmake/makefile
parentb0aa3b69139ffc540968dd8b37d04e9647253d8b (diff)
add opensock
Diffstat (limited to 'core/src/xmake/makefile')
-rw-r--r--core/src/xmake/makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/src/xmake/makefile b/core/src/xmake/makefile
index 996123191..1572cecbf 100644
--- a/core/src/xmake/makefile
+++ b/core/src/xmake/makefile
@@ -60,6 +60,8 @@ xmake_C_FILES += \
io/filelock_unlock \
io/filelock_trylock \
io/filelock_close \
+ io/socket_open \
+ io/socket_close \
path/relative \
path/absolute \
path/translate \