diff options
author | L. E. Segovia <amy@amyspark.me> | 2025-01-21 23:14:23 +0000 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek.chauhan@gmail.com> | 2025-01-30 15:19:33 +0530 |
commit | c616f1ed50ffcd8f513d888c2dace105476a9168 (patch) | |
tree | 70de2f3b7d2f75f1e069334779b2fa7c55583de6 /test cases/unit/45 vscpp17 | |
parent | d25fcbb5fc733c2a4cb01b79566e64b84736367d (diff) | |
download | meson-master.zip meson-master.tar.gz meson-master.tar.bz2 |
This enables generating Python bindings and linking against
`python3-embed` without resorting to later `install_name_tool` changes,
as the pkg-config module provided by Xcode doesn't say that
Python3.framework requires a rpath entry:
$ otool -L /Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Python3
/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Python3:
@rpath/Python3.framework/Versions/3.9/Python3 (compatibility version 3.9.0, current version 3.9.0)
/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation (compatibility version 150.0.0, current version 1933.0.0)
/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1319.0.0)
Diffstat (limited to 'test cases/unit/45 vscpp17')
0 files changed, 0 insertions, 0 deletions