diff options
Diffstat (limited to 'libbuild2/cc/pkgconfig.cxx')
-rw-r--r-- | libbuild2/cc/pkgconfig.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbuild2/cc/pkgconfig.cxx b/libbuild2/cc/pkgconfig.cxx index 35948de..7e74c24 100644 --- a/libbuild2/cc/pkgconfig.cxx +++ b/libbuild2/cc/pkgconfig.cxx @@ -462,7 +462,7 @@ namespace build2 for (size_t p (0);;) { - size_t sp (s.find_first_of ("\\ ", p)); + size_t sp (s.find_first_of (" \\\"'", p)); if (sp != string::npos) { |