diff options
| author | ruki <[email protected]> | 2019-10-13 21:47:32 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2019-10-13 21:47:32 +0800 |
| commit | 3d88cf25bc977b9c5b01e5841d1175fc40bef6bd (patch) | |
| tree | f4fdd639f0e6aab31336a5ed745dcabffbff7e5a /core/src/xmake/makefile | |
| parent | 577363396ad259128813f52148547fd97f89f95b (diff) | |
add socket.connect
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 bc9b27ba2..3176a30d7 100644 --- a/core/src/xmake/makefile +++ b/core/src/xmake/makefile @@ -62,6 +62,7 @@ xmake_C_FILES += \ io/filelock_close \ io/socket_open \ io/socket_rawfd \ + io/socket_connect \ io/socket_close \ path/relative \ path/absolute \ |
