Message338263
| Author | Toon Verstraelen |
|---|---|
| Recipients | Toon Verstraelen, dstufft, eric.araujo |
| Date | 2019-03-18.17:31:55 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1552930315.65.0.323972395891.issue36353@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
When using the '-R' option of build_ext on OSX, e.g. python setup.py -R some/path it gets translated to the following clang compiler argument: -L some/path while it should be -Wl,-rpath,some/path See clang documentation for details: https://clang.llvm.org/docs/ClangCommandLineReference.html#linker-flags |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2019-03-18 17:31:55 | Toon Verstraelen | set | recipients: + Toon Verstraelen, eric.araujo, dstufft |
| 2019-03-18 17:31:55 | Toon Verstraelen | set | messageid: <1552930315.65.0.323972395891.issue36353@roundup.psfhosted.org> |
| 2019-03-18 17:31:55 | Toon Verstraelen | link | issue36353 messages |
| 2019-03-18 17:31:55 | Toon Verstraelen | create | |