Skip to content

Commit f0b5e4f

Browse files
authored
Fix typo in ncurses.php enable-symlinks option (#994)
1 parent 59a6e27 commit f0b5e4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SPC/builder/unix/library/ncurses.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ protected function build(): void
2929
'--without-tests',
3030
'--without-dlsym',
3131
'--without-debug',
32-
'-enable-symlinks',
32+
'--enable-symlinks',
3333
"--bindir={$this->getBinDir()}",
3434
"--includedir={$this->getIncludeDir()}",
3535
"--libdir={$this->getLibDir()}",

0 commit comments

Comments
 (0)