We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bdcda1 commit 6b5f702Copy full SHA for 6b5f702
1 file changed
src/SPC/builder/unix/library/ncurses.php
@@ -16,6 +16,7 @@ protected function build(): void
16
17
UnixAutoconfExecutor::create($this)
18
->appendEnv([
19
+ 'CFLAGS' => '-std=gnu99',
20
'LDFLAGS' => SPCTarget::isStatic() ? '-static' : '',
21
])
22
->configure(
0 commit comments