mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-15 12:08:04 +02:00
Fix the build
autogen was failing due to this variable being defined multiple times.
This commit is contained in:
parent
7a2cc0f607
commit
0d69e553fd
@ -42,6 +42,6 @@ MSVC_BASE_VER = 10
|
|||||||
MSVC_BASE_VER_LONG = 2010
|
MSVC_BASE_VER_LONG = 2010
|
||||||
MSVC_VER = 15
|
MSVC_VER = 15
|
||||||
MSVC_VER_LONG = 15
|
MSVC_VER_LONG = 15
|
||||||
MSVC_TOOLSET = 141
|
#MSVC_TOOLSET = 141
|
||||||
|
|
||||||
include $(top_srcdir)/win32/Makefile-newvs.am
|
include $(top_srcdir)/win32/Makefile-newvs.am
|
||||||
|
Loading…
x
Reference in New Issue
Block a user