diff options
| author | ruki <[email protected]> | 2019-10-15 00:54:17 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2019-10-14 23:25:43 +0800 |
| commit | 7366683acf12cef49d82a37a809c2ed6e5b81459 (patch) | |
| tree | 23b50d4a87e24700e0dbde44a1729ee705cc053f /core/src/xmake/makefile | |
| parent | 91bad8e2dbbe495f93cc14b56742d1af55c6d51b (diff) | |
add socket.accept
Diffstat (limited to 'core/src/xmake/makefile')
| -rw-r--r-- | core/src/xmake/makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/src/xmake/makefile b/core/src/xmake/makefile index 79618ea4f..830f83066 100644 --- a/core/src/xmake/makefile +++ b/core/src/xmake/makefile @@ -65,6 +65,7 @@ xmake_C_FILES += \ io/socket_wait \ io/socket_bind \ io/socket_listen \ + io/socket_accept \ io/socket_connect \ io/socket_close \ path/relative \ |
