add onig and openssl support for BSD

This commit is contained in:
crazywhalecc
2023-10-15 16:47:00 +08:00
committed by Jerry Ma
parent 812c71f31f
commit 9520d68cda
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';
}