mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-24 12:41:16 +00:00
ci: Don't use --werror for the win32 build
This leads to warnings from the glib win32 build failing our ci. Only use werror for gtk itself.
This commit is contained in:
parent
43816ba8d9
commit
1c49371edf
@ -56,7 +56,7 @@ meson \
|
||||
-Dwin32-backend=true \
|
||||
-Dvulkan=no \
|
||||
-Dintrospection=false \
|
||||
--werror \
|
||||
-Dgtk:werror=true \
|
||||
_build
|
||||
unset CCACHE_DISABLE
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user