add uuid/libuuid for linux and macos (#363)

This commit is contained in:
Jerry Ma
2024-03-01 20:10:48 +08:00
committed by GitHub
parent 9664709f21
commit f5d1df5407
8 changed files with 91 additions and 3 deletions

View File

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