refactor download

This commit is contained in:
crazywhalecc
2023-04-30 12:42:19 +08:00
parent 117cd93e8f
commit 0bed76da11
30 changed files with 901 additions and 673 deletions

View File

@@ -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();
}
}