mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-18 04:44:53 +08:00
Fix typo in ncurses.php enable-symlinks option (#994)
This commit is contained in:
parent
59a6e27532
commit
f0b5e4f59e
@ -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()}",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user