fix tests

This commit is contained in:
DubbleClick
2025-07-29 10:39:21 +07:00
parent 72abd63b69
commit 81f359dbcf
2 changed files with 5 additions and 26 deletions

View File

@@ -17,6 +17,8 @@ use SPC\toolchain\ToolchainManager;
*/
class SPCTarget
{
const array LIBC_LIST = ['musl', 'glibc'];
/**
* Returns whether we link the C runtime in statically.
*/
@@ -107,7 +109,6 @@ class SPCTarget
* Currently, we only support native building.
*
* @return 'BSD'|'Darwin'|'Linux'|'Windows'
* @throws WrongUsageException
*/
public static function getTargetOS(): string
{