This commit is contained in:
DubbleClick
2025-07-20 00:10:30 +07:00
parent 0d6453751d
commit ff092b4e9d
6 changed files with 73 additions and 2 deletions

View File

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