shithub: fnt

Download patch

ref: c6eb8a200dff35d17ddae7d4de934afae968987b
parent: 1a1a1f4fa68b29192b85422426756ac78c5acb79
author: Sigrid Solveig Haflínudóttir <sigrid@ftrv.se>
date: Sat Jul 13 13:50:55 EDT 2024

meson: otf.rkt is also a source file

--- a/meson.build
+++ b/meson.build
@@ -25,6 +25,7 @@
 	'gen',
 	input: [
 		'gen.rkt',
+		'otf.rkt',
 		'otf.c.in',
 		'otf.h.in',
 	],