Add uv/libuv support (#296)

* add uv/libuv support

* sort config
This commit is contained in:
Jerry Ma
2023-12-23 16:23:37 +08:00
committed by GitHub
parent 584f96484c
commit 6b8df97282
7 changed files with 93 additions and 2 deletions

View File

@@ -0,0 +1,12 @@
<?php
declare(strict_types=1);
namespace SPC\builder\linux\library;
class libuv extends LinuxLibraryBase
{
use \SPC\builder\unix\library\libuv;
public const NAME = 'libuv';
}