summaryrefslogtreecommitdiff
path: root/static/build.sh
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2021-07-02 13:30:55 +0200
committerYorhel <git@yorhel.nl>2021-07-02 13:30:55 +0200
commitf982af81b0a8c5f029ff07580ffde0ae4845aa1c (patch)
tree22c55c7886584dac2d86cdaa54a8d749912b05f7 /static/build.sh
parent52daeafcd8a56bebb1947f424efba91e2eafab90 (diff)
Year + version bump for 1.16v1.16
Diffstat (limited to 'static/build.sh')
-rwxr-xr-xstatic/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/build.sh b/static/build.sh
index 37cfabf..ad61b45 100755
--- a/static/build.sh
+++ b/static/build.sh
@@ -12,7 +12,7 @@
# where $arch = 'arm', 'i486' or 'x86_64'
MUSL_CROSS_PATH=/opt/cross
-NCURSES_VERSION=6.0
+NCURSES_VERSION=6.2
export CFLAGS="-O3 -g -static"