It is possible for compiler flags to include special characters, such as double quotes which are needed to define macros with -D options. Since gtkdoc-scangobj uses shlex.split to split arguments passed to --cc, --ld, --cflags, --ldflags into lists, we can safely use shlex.quote to properly quote arguments for these options.pull/4354/head
parent
fd86b0c619
commit
bb9f60624b
1 changed files with 5 additions and 4 deletions
Loading…
Reference in new issue