mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-13 07:56:17 +01:00
Visual Studio builds: Update gio-2.0.pc generation
We don't have libmount on Windows, so just make the entry for it blank.
This commit is contained in:
parent
18a33f72db
commit
673036d609
@ -73,6 +73,7 @@ def main(argv):
|
||||
'@ZLIB_LIBS@': '-lzlib1',
|
||||
'@NETWORK_LIBS@': '-lws2_32',
|
||||
'@SELINUX_LIBS@': '',
|
||||
'@LIBMOUNT_LIBS@': '',
|
||||
'glib-compile-schemas': '${exec_prefix}/bin/glib-compile-schemas',
|
||||
'glib-compile-resources': '${exec_prefix}/bin/glib-compile-resources',
|
||||
'gdbus-codegen': 'python ${exec_prefix}/bin/gdbus-codegen'}
|
||||
|
Loading…
Reference in New Issue
Block a user