mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-25 13:11:13 +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 \
|
-Dwin32-backend=true \
|
||||||
-Dvulkan=no \
|
-Dvulkan=no \
|
||||||
-Dintrospection=false \
|
-Dintrospection=false \
|
||||||
--werror \
|
-Dgtk:werror=true \
|
||||||
_build
|
_build
|
||||||
unset CCACHE_DISABLE
|
unset CCACHE_DISABLE
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user