Use netbsd-curses v0.3.2

This commit is contained in:
Arun Prakash Jana 2021-06-13 00:36:45 +05:30
parent f4f6919c02
commit 8c116eea2c
No known key found for this signature in database
GPG Key ID: A75979F35C080412
1 changed files with 2 additions and 2 deletions

View File

@ -33,8 +33,8 @@ sudo apt install -y --no-install-recommends musl musl-dev musl-tools
# Enter the library dir
cd netbsd-curses
# Get the last known good commit before cursor stuck issue is introduced
git checkout f1fa19a1f36a25d0971b3d08449303e6af6f3da5
# Get the last known working version
git checkout v0.3.2
# Compile the static netbsd-curses libraries
if [ ! -d "./libs" ]; then