This commit is contained in:
crazywhalecc
2026-02-05 16:11:16 +08:00
parent 4d4b1a334f
commit 2a4959d973
6 changed files with 62 additions and 7 deletions

View File

@@ -53,7 +53,7 @@ trait PackageCallbacksTrait
$this->patch_before_build_callbacks[] = $callback;
}
public function patchBeforeBuild(): void
public function emitPatchBeforeBuild(): void
{
if (file_exists("{$this->getSourceDir()}/.spc-patched")) {
return;