feat(c/libuv): Add GetIoWatcherFd func using LLGoFiles

This commit is contained in:
hackerchai
2024-08-07 14:48:15 +08:00
parent 3cd62994c7
commit 8848222728
3 changed files with 11 additions and 0 deletions

View File

@@ -9,6 +9,7 @@ import (
const (
LLGoPackage = "link: $(pkg-config --libs libuv); -luv"
LLGoFiles = "$(pkg-config --cflags libuv): _wrap/libuv.c"
)
// ----------------------------------------------