diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2018-06-12 19:29:38 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2018-06-12 19:29:38 +0200 |
commit | fca2c1cb3192fa149fc5f41646959ea2bdc5806c (patch) | |
tree | 366709d5a71d020bcad41071a040915f8474e19e /sys/src/mkfile | |
parent | 1c862bd24ed0af15f2797d1193739685fda2d61c (diff) |
/sys/src/mkfile: add libttf
Diffstat (limited to 'sys/src/mkfile')
-rw-r--r-- | sys/src/mkfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/src/mkfile b/sys/src/mkfile index 99bb4a89a..e3b1875d8 100644 --- a/sys/src/mkfile +++ b/sys/src/mkfile @@ -36,6 +36,7 @@ LIBS=\ libstdio\ libsunrpc\ libthread\ + libttf\ libventi\ |