Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[lldb] Extend Python interpreter workaround to Xcode Python (attempt #2…
….5) The Python interpreter in Xcode cannot be copied because of a relative RPATH. Our workaround would just use that Python interpreter directly when it detects this. For the reasons explained in my previous commit, that doesn't work in a virtual environment. Address this case by creating a symlink to the "real" interpreter in the virtual environment.
- Loading branch information