1 | --- siputils.py.orig 2006-08-18 16:36:18.000000000 -0400 |
---|
2 | +++ siputils.py 2006-08-18 16:52:22.000000000 -0400 |
---|
3 | @@ -1273,8 +1273,8 @@ |
---|
4 | # This allows Apple's Python to be used even if a later python.org |
---|
5 | # version is also installed. |
---|
6 | dl = string.split(sys.exec_prefix, os.sep) |
---|
7 | - dl = dl[:dl.index("Python.framework")] |
---|
8 | - self.LFLAGS.append("-F%s" % string.join(dl, os.sep)) |
---|
9 | + #dl = dl[:dl.index("Python.framework")] |
---|
10 | + #self.LFLAGS.append("-F%s" % string.join(dl, os.sep)) |
---|
11 | self.LFLAGS.append("-framework Python") |
---|
12 | |
---|
13 | Makefile.finalise(self) |
---|