mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-12 12:14:06 +02:00
meson: fix G_DIR_SEPARATOR* define on Windows
Must double escape, once for Meson, once for the C string constant. https://bugzilla.gnome.org/show_bug.cgi?id=757284
This commit is contained in:
@@ -997,7 +997,7 @@ if host_system == 'windows'
|
|||||||
else
|
else
|
||||||
glibconfig_conf.set_quoted('g_pollfd_format', '%#x')
|
glibconfig_conf.set_quoted('g_pollfd_format', '%#x')
|
||||||
endif
|
endif
|
||||||
glibconfig_conf.set('g_dir_separator', '\\')
|
glibconfig_conf.set('g_dir_separator', '\\\\')
|
||||||
glibconfig_conf.set('g_searchpath_separator', ';')
|
glibconfig_conf.set('g_searchpath_separator', ';')
|
||||||
else
|
else
|
||||||
glibconfig_conf.set('g_pid_type', 'int')
|
glibconfig_conf.set('g_pid_type', 'int')
|
||||||
|
Reference in New Issue
Block a user