mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-06 00:05:42 +08:00
remove runSharedExtensionCheckUnix
This commit is contained in:
@@ -209,6 +209,12 @@ class MacOSBuilder extends UnixBuilderBase
|
||||
$this->sanityCheck($build_target);
|
||||
}
|
||||
|
||||
public function testPHP(int $build_target = BUILD_TARGET_NONE)
|
||||
{
|
||||
$this->emitPatchPoint('before-sanity-check');
|
||||
$this->sanityCheck($build_target);
|
||||
}
|
||||
|
||||
/**
|
||||
* Build cli sapi
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user