summaryrefslogtreecommitdiff
path: root/mesonbuild/dependencies
diff options
context:
space:
mode:
authorDaniele Nicolodi <daniele@grinta.net>2025-04-30 11:05:00 +0200
committerJussi Pakkanen <jussi.pakkanen@mailbox.org>2025-05-06 21:22:40 +0300
commita343b01d1b3d5ba159becebf11974f4ee7189323 (patch)
tree7b3a23684033e9c979df6f519cfd2b0594f1f9cc /mesonbuild/dependencies
parentfde514ccb07f2fd955ac53e5e46e8c295b70f6ba (diff)
downloadmeson-a343b01d1b3d5ba159becebf11974f4ee7189323.tar.gz
dependencies/python: Replace non-breakable space with space
Diffstat (limited to 'mesonbuild/dependencies')
-rw-r--r--mesonbuild/dependencies/python.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mesonbuild/dependencies/python.py b/mesonbuild/dependencies/python.py
index 770203766..eea53848f 100644
--- a/mesonbuild/dependencies/python.py
+++ b/mesonbuild/dependencies/python.py
@@ -330,7 +330,7 @@ class PythonPkgConfigDependency(PkgConfigDependency, _PythonDependencyBase):
# But not Apple, because it's a framework
if self.env.machines.host.is_darwin() and 'PYTHONFRAMEWORKPREFIX' in self.variables:
framework_prefix = self.variables['PYTHONFRAMEWORKPREFIX']
- # Add rpath, will be de-duplicated if necessary
+ # Add rpath, will be de-duplicated if necessary
if framework_prefix.startswith('/Applications/Xcode.app/'):
self.link_args += ['-Wl,-rpath,' + framework_prefix]
self.raw_link_args += ['-Wl,-rpath,' + framework_prefix]