1
0
forked from rosa/hakurei

internal/rosa/ncurses: also build dynamic library

GNU readline breaks without this.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2026-04-03 01:13:04 +09:00
parent e87f59c4e4
commit a2cf59b989
2 changed files with 14 additions and 1 deletions

View File

@@ -18,6 +18,8 @@ func (t Toolchain) newNcurses() (pkg.Artifact, string) {
Configure: []KV{
{"with-pkg-config"},
{"enable-pc-files"},
{"with-shared"},
{"with-cxx-shared"},
},
},
PkgConfig,