mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-06-14 00:23:47 +02: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',
|
'@ZLIB_LIBS@': '-lzlib1',
|
||||||
'@NETWORK_LIBS@': '-lws2_32',
|
'@NETWORK_LIBS@': '-lws2_32',
|
||||||
'@SELINUX_LIBS@': '',
|
'@SELINUX_LIBS@': '',
|
||||||
|
'@LIBMOUNT_LIBS@': '',
|
||||||
'glib-compile-schemas': '${exec_prefix}/bin/glib-compile-schemas',
|
'glib-compile-schemas': '${exec_prefix}/bin/glib-compile-schemas',
|
||||||
'glib-compile-resources': '${exec_prefix}/bin/glib-compile-resources',
|
'glib-compile-resources': '${exec_prefix}/bin/glib-compile-resources',
|
||||||
'gdbus-codegen': 'python ${exec_prefix}/bin/gdbus-codegen'}
|
'gdbus-codegen': 'python ${exec_prefix}/bin/gdbus-codegen'}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user