Add libtiff support (#361)

* add libtiff support

* fix command option not working on *nix

* fix test with libs ext test
This commit is contained in:
Jerry Ma
2024-03-01 19:19:47 +08:00
committed by GitHub
parent b46655ecfe
commit 9664709f21
7 changed files with 78 additions and 11 deletions

View File

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