mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-20 23:35:37 +08:00
Fix frankenphp package path bug
This commit is contained in:
@@ -59,7 +59,7 @@ trait unix
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (self::getPHPVersionID() >= 80300 && self::getPHPVersionID() < 80400) {
|
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());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user