mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-18 12:54:52 +08:00
fix ncurses build command
This commit is contained in:
parent
88796bc017
commit
e4d8e5e4d2
@ -23,7 +23,7 @@ trait ncurses
|
|||||||
'--without-tests ' .
|
'--without-tests ' .
|
||||||
'--without-dlsym ' .
|
'--without-dlsym ' .
|
||||||
'--without-debug ' .
|
'--without-debug ' .
|
||||||
'-enable-symlinks' .
|
'-enable-symlinks ' .
|
||||||
'--bindir=' . BUILD_ROOT_PATH . '/bin ' .
|
'--bindir=' . BUILD_ROOT_PATH . '/bin ' .
|
||||||
'--includedir=' . BUILD_ROOT_PATH . '/include ' .
|
'--includedir=' . BUILD_ROOT_PATH . '/include ' .
|
||||||
'--libdir=' . BUILD_ROOT_PATH . '/lib ' .
|
'--libdir=' . BUILD_ROOT_PATH . '/lib ' .
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user