fix ncurses build command

This commit is contained in:
crazywhalecc 2024-03-10 11:48:52 +08:00 committed by Jerry Ma
parent 88796bc017
commit e4d8e5e4d2

View File

@ -23,7 +23,7 @@ trait ncurses
'--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 ' .