diff --git a/mingw-glib2.spec b/mingw-glib2.spec index 2a52838..7868ed5 100644 --- a/mingw-glib2.spec +++ b/mingw-glib2.spec @@ -110,8 +110,8 @@ Static version of the MinGW Windows GLib2 library. %build #GLib can't build static and shared libraries in one go, so we build GLib twice -MINGW_BUILDDIR_SUFFIX=_static %mingw_configure --with-python=%{__python3} --disable-compile-warnings --disable-shared --enable-static -MINGW_BUILDDIR_SUFFIX=_shared %mingw_configure --with-python=%{__python3} --disable-compile-warnings --disable-static +MINGW_BUILDDIR_SUFFIX=_static %mingw_configure --with-python=%{__python3} --disable-shared --enable-static +MINGW_BUILDDIR_SUFFIX=_shared %mingw_configure --with-python=%{__python3} --disable-static MINGW_BUILDDIR_SUFFIX=_static %mingw_make %{?_smp_mflags} V=1 MINGW_BUILDDIR_SUFFIX=_shared %mingw_make %{?_smp_mflags} V=1