From e2d61012c69235395826dd5976788af6e853e7c3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Philipp=20H=C3=B6rist?= <forenjunkie@chello.at>
Date: Wed, 2 Aug 2017 20:13:35 +0200
Subject: [PATCH] Windows Build: compile GLib schemas

---
 win/_base.sh | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/win/_base.sh b/win/_base.sh
index 0e9065a74e..a45628195b 100644
--- a/win/_base.sh
+++ b/win/_base.sh
@@ -112,6 +112,9 @@ pillow
     "${MINGW_ROOT}"/bin/gtk-update-icon-cache-3.0.exe --force \
         "${MINGW_ROOT}/share/icons/Adwaita"
 
+    # Compile GLib schemas
+    "${MINGW_ROOT}"/bin/glib-compile-schemas.exe "${MINGW_ROOT}"/share/glib-2.0/schemas
+
 }
 
 function install_gajim {
-- 
GitLab