Author: andar
Revision: 5293
Log:
Add some extra include dirs for when building on OS X using Fink
Diff:
Modified: branches/1.1.0_RC/setup.py
===================================================================
--- branches/1.1.0_RC/setup.py 2009-05-20 16:53:32 UTC (rev 5292)
+++ branches/1.1.0_RC/setup.py 2009-05-20 18:51:37 UTC (rev 5293)
@@ -138,7 +138,9 @@
if osx_check():
_include_dirs += [
'/opt/local/include/boost-1_35',
- '/opt/local/include/boost-1_36'
+ '/opt/local/include/boost-1_36',
+ '/sw/include/boost-1_35',
+ '/sw/include/boost'
]
_libraries = [
'boost_filesystem',
Modified: trunk/setup.py
===================================================================
--- trunk/setup.py 2009-05-20 16:53:32 UTC (rev 5292)
+++ trunk/setup.py 2009-05-20 18:51:37 UTC (rev 5293)
@@ -141,7 +141,9 @@
if osx_check():
_include_dirs += [
'/opt/local/include/boost-1_35',
- '/opt/local/include/boost-1_36'
+ '/opt/local/include/boost-1_36',
+ '/sw/include/boost-1_35',
+ '/sw/include/boost'
]
_libraries = [
'boost_filesystem',
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"deluge-commit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/deluge-commit?hl=en
-~----------~----~----~----~------~----~------~--~---