Skip to content

Commit

Permalink
fix ncurses build command
Browse files Browse the repository at this point in the history
  • Loading branch information
crazywhalecc committed Mar 10, 2024
1 parent 88796bc commit e4d8e5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SPC/builder/unix/library/ncurses.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ protected function build(): void
'--without-tests ' .
'--without-dlsym ' .
'--without-debug ' .
'-enable-symlinks' .
'-enable-symlinks ' .
'--bindir=' . BUILD_ROOT_PATH . '/bin ' .
'--includedir=' . BUILD_ROOT_PATH . '/include ' .
'--libdir=' . BUILD_ROOT_PATH . '/lib ' .
Expand Down

0 comments on commit e4d8e5e

Please sign in to comment.