json-glib ver. bump

This commit is contained in:
Rmys
2021-06-07 23:38:43 +03:00
committed by GitHub
parent 3b2f496c66
commit e4d9187a13
2 changed files with 24 additions and 5 deletions
+2 -2
View File
@@ -22,13 +22,13 @@ def setup():
--datadir=/usr/lib32/share \
--libexecdir=/usr/lib32/libexec \
--localedir=/usr/lib32/share/locale \
-Dintrospection=false \
-Dintrospection=disabled \
"
shelltools.export("CC", "%s -m32" % get.CC())
shelltools.export("CXX", "%s -m32" % get.CXX())
shelltools.export("PKG_CONFIG_PATH", "/usr/lib32/pkgconfig")
else:
options += "-Dintrospection=true \
options += "-Dintrospection=enabled \
"
mesontools.configure(options)