mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-07 08:45:40 +08:00
refactor download
This commit is contained in:
@@ -20,7 +20,7 @@ declare(strict_types=1);
|
||||
|
||||
namespace SPC\builder\macos\library;
|
||||
|
||||
use SPC\util\Patcher;
|
||||
use SPC\store\SourcePatcher;
|
||||
|
||||
class curl extends MacOSLibraryBase
|
||||
{
|
||||
@@ -32,7 +32,7 @@ class curl extends MacOSLibraryBase
|
||||
|
||||
protected function build()
|
||||
{
|
||||
Patcher::patchCurlMacOS();
|
||||
SourcePatcher::patchCurlMacOS();
|
||||
$this->unixBuild();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user