add onig and openssl support for BSD

This commit is contained in:
crazywhalecc
2023-10-15 16:47:00 +08:00
parent 2b772c3cc5
commit b657d93e5d
2 changed files with 75 additions and 0 deletions

View File

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