diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-04-03 01:13:04 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-04-03 01:13:04 +0900 |
| commit | a2cf59b9894519f9fb7ee72474fa9468ac62b9d4 (patch) | |
| tree | 227904848f93c5184909b6cd43750d286d34bd1f /internal/rosa/ncurses.go | |
| parent | e87f59c4e4abe1a1cc71aadc8670bf775de3083a (diff) | |
internal/rosa/ncurses: also build dynamic library
GNU readline breaks without this.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/rosa/ncurses.go')
| -rw-r--r-- | internal/rosa/ncurses.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/internal/rosa/ncurses.go b/internal/rosa/ncurses.go index be8a8e0d..ec1022d9 100644 --- a/internal/rosa/ncurses.go +++ b/internal/rosa/ncurses.go @@ -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, |
