Skip to content

Commit

Permalink
Use terminfo files from new default ncurses version in homebrew
Browse files Browse the repository at this point in the history
  • Loading branch information
clangen committed Jul 4, 2024
1 parent cf06795 commit 1efabb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/stage-vendor-libraries.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ if [[ "$PLATFORM" == 'Darwin' ]]; then
cp vendor/bin/lib/libtag.1.19.0.dylib ./bin/lib

mkdir -p ./bin/share/terminfo
cp -rfp $(brew --prefix)/Cellar/ncurses/6.4/share/terminfo/* ./bin/share/terminfo
cp -rfp $(brew --prefix)/Cellar/ncurses/6.5/share/terminfo/* ./bin/share/terminfo

elif [[ "$PLATFORM" == 'Linux' ]]; then
echo "[stage-vendor-libraries] staging Linux .so files..."
Expand Down

0 comments on commit 1efabb3

Please sign in to comment.