Fix typo in ncurses.php enable-symlinks option (#994)

This commit is contained in:
Jerry Ma
2025-12-10 15:43:24 +08:00
committed by GitHub
parent 59a6e27532
commit f0b5e4f59e

View File

@@ -29,7 +29,7 @@ trait ncurses
'--without-tests',
'--without-dlsym',
'--without-debug',
'-enable-symlinks',
'--enable-symlinks',
"--bindir={$this->getBinDir()}",
"--includedir={$this->getIncludeDir()}",
"--libdir={$this->getLibDir()}",