commit 922481f
chld
·
2026-08-22 15:21:40 +0000 UTC
parent d9b5b6e
fcft: fix typo in build opts
1 files changed,
+1,
-1
+1,
-1
1@@ -3,6 +3,6 @@ NAME=tllist
2 VERSION=3.3.3 # sinister
3 RELEASE=1
4 SOURCE="https://codeberg.org/dnkl/fcft/releases/download/3.3.3/fcft-3.3.3.tar.gz"
5-BUILD_OPT="-Dprefix=/ -Ddefault_library=static -Dtest-text-shaping=false -Dexmaples=false"
6+BUILD_OPT="-Dprefix=/ -Ddefault_library=static -Dtest-text-shaping=false -Dexamples=false"
7
8 . ${0%/*}/../../libsh/libdmake.sh