diff options
| author | Daniele Nicolodi <daniele@grinta.net> | 2025-04-30 11:05:00 +0200 |
|---|---|---|
| committer | Jussi Pakkanen <jussi.pakkanen@mailbox.org> | 2025-05-06 21:22:40 +0300 |
| commit | a343b01d1b3d5ba159becebf11974f4ee7189323 (patch) | |
| tree | 7b3a23684033e9c979df6f519cfd2b0594f1f9cc /mesonbuild/dependencies | |
| parent | fde514ccb07f2fd955ac53e5e46e8c295b70f6ba (diff) | |
| download | meson-a343b01d1b3d5ba159becebf11974f4ee7189323.tar.gz | |
dependencies/python: Replace non-breakable space with space
Diffstat (limited to 'mesonbuild/dependencies')
| -rw-r--r-- | mesonbuild/dependencies/python.py | 2 |
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] |
