From 5c615907e220e2623f4964af493c9da9489298f5 Mon Sep 17 00:00:00 2001 From: Jerry Ma Date: Wed, 10 Dec 2025 09:57:53 +0800 Subject: [PATCH] Fix typo in ncurses.php enable-symlinks option --- src/SPC/builder/unix/library/ncurses.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SPC/builder/unix/library/ncurses.php b/src/SPC/builder/unix/library/ncurses.php index 27725c3d5..fa63eb3f8 100644 --- a/src/SPC/builder/unix/library/ncurses.php +++ b/src/SPC/builder/unix/library/ncurses.php @@ -29,7 +29,7 @@ protected function build(): void '--without-tests', '--without-dlsym', '--without-debug', - '-enable-symlinks', + '--enable-symlinks', "--bindir={$this->getBinDir()}", "--includedir={$this->getIncludeDir()}", "--libdir={$this->getLibDir()}",