From 75daed27bc4e363696157617c7461414fc4e707b Mon Sep 17 00:00:00 2001 From: Aleksey Gurtovoy Date: Fri, 9 Aug 2019 16:06:47 -0500 Subject: mesonlib.split_args/quote_arg/join_args --- mesonbuild/modules/pkgconfig.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mesonbuild/modules/pkgconfig.py') diff --git a/mesonbuild/modules/pkgconfig.py b/mesonbuild/modules/pkgconfig.py index 78fffb1c6..60d4b3f0d 100644 --- a/mesonbuild/modules/pkgconfig.py +++ b/mesonbuild/modules/pkgconfig.py @@ -240,7 +240,7 @@ class PkgConfigModule(ExtensionModule): def _escape(self, value): ''' - We cannot use shlex.quote because it quotes with ' and " which does not + We cannot use quote_arg because it quotes with ' and " which does not work with pkg-config and pkgconf at all. ''' # We should always write out paths with / because pkg-config requires -- cgit v1.2.3