mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-18 04:44:53 +08:00
add libacl and attr to macos, not sure if they build
This commit is contained in:
parent
53f82d286c
commit
77bbc7fcaa
12
src/SPC/builder/macos/library/attr.php
Normal file
12
src/SPC/builder/macos/library/attr.php
Normal file
@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace SPC\builder\macos\library;
|
||||
|
||||
class attr extends MacOSLibraryBase
|
||||
{
|
||||
use \SPC\builder\unix\library\attr;
|
||||
|
||||
public const NAME = 'attr';
|
||||
}
|
||||
12
src/SPC/builder/macos/library/libacl.php
Normal file
12
src/SPC/builder/macos/library/libacl.php
Normal file
@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace SPC\builder\macos\library;
|
||||
|
||||
class libacl extends MacOSLibraryBase
|
||||
{
|
||||
use \SPC\builder\unix\library\libacl;
|
||||
|
||||
public const NAME = 'libacl';
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user