mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
Fix missing zlib.h in subprojects/zlib/ with Visual Studio
https://bugzilla.gnome.org/show_bug.cgi?id=788975
This commit is contained in:
parent
4bdb012aae
commit
a79ca79a85
@ -1464,7 +1464,7 @@ else
|
||||
if libz_dep.found()
|
||||
zlib_libname = '-lzlib'
|
||||
else
|
||||
zlib_dep = subproject('zlib').get_variable('zlib_dep')
|
||||
libz_dep = subproject('zlib').get_variable('zlib_dep')
|
||||
endif
|
||||
endif
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user