Fix frankenphp package path bug

This commit is contained in:
crazywhalecc
2026-07-09 11:04:00 +09:00
parent 0bd94b0ebd
commit 274706084a

View File

@@ -59,7 +59,7 @@ trait unix
}
if (self::getPHPVersionID() >= 80300 && self::getPHPVersionID() < 80400) {
SourcePatcher::patchFile('spc_fix_avx512_cache_before_80400.patch', $this->getSourceDir());
SourcePatcher::patchFile('spc_fix_avx512_cache_before_80400.patch', $package->getSourceDir());
}
}