shithub: libtags

Download patch

ref: c4b7165ac40d74172970f5d75df10510658370d7
parent: 3ddd141a2e67ef9cf0193dadbd71c329547520c8
author: Sigrid Solveig Haflínudóttir <sigrid@ftrv.se>
date: Mon Mar 4 20:00:54 EST 2024

meson: liblib -> lib

--- a/meson.build
+++ b/meson.build
@@ -5,7 +5,7 @@
 	default_options: [
 		'c_std=c99',
 		'warning_level=3',
-		'buildtype=debugoptimized',
+		'buildtype=debug',
 	],
 )
 
@@ -42,7 +42,7 @@
 ]
 
 lib = static_library(
-	'libtags',
+	'tags',
 	sources: src_lib,
 	install: true,
 )