mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-26 09:30:04 +01:00
Fix dir separator in the Autotools build on Windows
Just like we fixed the Meson build in commit f25c7a2a, we need to escape twice: once for the shell expansion, and the other for the C string constant.
This commit is contained in:
parent
dcfa22549a
commit
c685ce973d
@ -127,7 +127,7 @@ case "$host" in
|
||||
glib_pid_type='void *'
|
||||
glib_pid_format='p'
|
||||
glib_pollfd_format='%#x'
|
||||
glib_dir_separator='\\'
|
||||
glib_dir_separator='\\\\'
|
||||
glib_searchpath_separator=';'
|
||||
glib_cv_stack_grows=no
|
||||
# Unfortunately the mingw implementations of C99-style snprintf and vsnprintf
|
||||
|
Loading…
x
Reference in New Issue
Block a user