forked from AuroraMiddleware/gtk
meson: fix build of immultipress.c with mingw
There is no need to escape the quotes since we are not in a shell here and things get passed to the compiler as is.
This commit is contained in:
parent
dc5698ad55
commit
857b9a55a4
@ -644,8 +644,8 @@ immodules = [
|
||||
[ 'inuktitut', [ immodule_srcdir + 'iminuktitut.c' ] ],
|
||||
[ 'ipa', [ immodule_srcdir + 'imipa.c' ] ],
|
||||
[ 'multipress', [ immodule_srcdir + 'gtkimcontextmultipress.c', immodule_srcdir + 'immultipress.c' ], true,
|
||||
['-DMULTIPRESS_LOCALEDIR="\"@0@\""'.format(gtk_mplocaledir),
|
||||
'-DMULTIPRESS_CONFDIR="\"@0@/gtk-3.0\""'.format(gtk_sysconfdir)] ],
|
||||
['-DMULTIPRESS_LOCALEDIR="@0@"'.format(gtk_mplocaledir),
|
||||
'-DMULTIPRESS_CONFDIR="@0@/gtk-3.0"'.format(gtk_sysconfdir)] ],
|
||||
[ 'thai', [ immodule_srcdir + 'thai-charprop.c', immodule_srcdir + 'gtkimcontextthai.c', immodule_srcdir + 'imthai.c' ] ],
|
||||
[ 'ti-er', [ immodule_srcdir + 'imti-er.c' ] ],
|
||||
[ 'ti-et', [ immodule_srcdir + 'imti-et.c' ] ],
|
||||
|
Loading…
Reference in New Issue
Block a user