diff options
| author | ruki <[email protected]> | 2019-10-12 22:43:00 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2019-10-12 22:43:00 +0800 |
| commit | 3dcbba4360d7a7ab7082117711566a5bfc6857dc (patch) | |
| tree | a7e8cd6345c6a655e87d6220f169d898f451139a /core/src/xmake/makefile | |
| parent | b0aa3b69139ffc540968dd8b37d04e9647253d8b (diff) | |
add opensock
Diffstat (limited to 'core/src/xmake/makefile')
| -rw-r--r-- | core/src/xmake/makefile | 2 |
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 \ |
