You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
meson: Disallow default_library == 'both' on Visual Studio
We need different defines/cflags for building static and shared builds of
libsigc++, so we can't really support default_library = 'both' for libsigc++
without much retinkering.
So, just disallow such builds at least for now.
Also, save up whether we are attempting a static build in the Visual Studio
build.
0 commit comments