add libxslt compile command

This commit is contained in:
crazywhalecc
2023-08-26 23:50:24 +08:00
committed by Jerry Ma
parent 238fd7fc74
commit 6c49d35aec
6 changed files with 89 additions and 10 deletions

View File

@@ -0,0 +1,15 @@
<?php
declare(strict_types=1);
namespace SPC\builder\linux\library;
/**
* gmp is a template library class for unix
*/
class libxslt extends LinuxLibraryBase
{
use \SPC\builder\unix\library\libxslt;
public const NAME = 'libxslt';
}