Skip to content
Snippets Groups Projects
Commit 5a15d922 authored by Ted Kremenek's avatar Ted Kremenek
Browse files

Force set-xcode-analyzer to use the system version of Python installed on OS X.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@147483 91177308-0d34-0410-b5e6-96231b3b80d8
parent 7fde6518
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/env python
#!/usr/bin/python
# [PR 11661] Note that we hardwire to /usr/bin/python because we
# want to the use the system version of Python on Mac OS X.
# This one has the scripting bridge enabled.
import os
import sys
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment