diff options
| author | aethrvmn <me@aethrvmn.gr> | 2025-11-11 00:22:54 +0000 |
|---|---|---|
| committer | aethrvmn <me@aethrvmn.gr> | 2025-11-11 00:22:54 +0000 |
| commit | f42c3ace9b1fea6c7ce58f5e79006b8107cd7301 (patch) | |
| tree | 100bce9b5864bfd08c03cf1c3fe3cbd1aaafdbde | |
| parent | added libunistring definition (diff) | |
added libuv definition
| -rw-r--r-- | src/tesserae/libuv.nim | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/tesserae/libuv.nim b/src/tesserae/libuv.nim new file mode 100644 index 0000000..10680ee --- /dev/null +++ b/src/tesserae/libuv.nim @@ -0,0 +1,13 @@ +import .. / lapis + +tessera "libuv": + source: "https://dist.libuv.org/dist/v1.51.0/libuv-v1.51.0.tar.gz" + patches: @[""] + dependencies: @[""] + build: @[ + "sh autogen.sh", + "./configure --prefix=/usr --disable-static", + "make", + "make install" + ] + result: "libuv.so" |
