mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-09 18:05:36 +08:00
Fix typo in ncurses.php enable-symlinks option (#994)
This commit is contained in:
@@ -29,7 +29,7 @@ trait ncurses
|
|||||||
'--without-tests',
|
'--without-tests',
|
||||||
'--without-dlsym',
|
'--without-dlsym',
|
||||||
'--without-debug',
|
'--without-debug',
|
||||||
'-enable-symlinks',
|
'--enable-symlinks',
|
||||||
"--bindir={$this->getBinDir()}",
|
"--bindir={$this->getBinDir()}",
|
||||||
"--includedir={$this->getIncludeDir()}",
|
"--includedir={$this->getIncludeDir()}",
|
||||||
"--libdir={$this->getLibDir()}",
|
"--libdir={$this->getLibDir()}",
|
||||||
|
|||||||
Reference in New Issue
Block a user