mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-08 01:15:37 +08:00
reorder stuff for readline
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user