reorder stuff for readline

This commit is contained in:
henderkes
2025-10-08 08:48:30 +02:00
parent 4e2d4f3f05
commit 31906b36e5
4 changed files with 21 additions and 14 deletions

View File

@@ -23,7 +23,7 @@ class readline extends Extension
public function getUnixConfigureArg(bool $shared = false): string
{
return '--with-libedit=' . BUILD_ROOT_PATH . ' --without-readline';
return '--with-libedit --without-readline';
}
public function buildUnixShared(): void