mirror of
https://github.com/mongodb/mongo.git
synced 2024-12-01 09:32:32 +01:00
add macports include/lib locations
This commit is contained in:
parent
ed4ce395ad
commit
015ebd1407
@ -76,8 +76,8 @@ def findVersion( root , choices ):
|
||||
raise "can't find a version of [" + root + "] choices: " + choices
|
||||
|
||||
if "darwin" == os.sys.platform:
|
||||
env.Append( CPPPATH=[ "/sw/include" , "-I/System/Library/Frameworks/JavaVM.framework/Versions/CurrentJDK/Headers/" ] )
|
||||
env.Append( LIBPATH=["/sw/lib/"] )
|
||||
env.Append( CPPPATH=[ "/sw/include" , "/opt/local/include", "-I/System/Library/Frameworks/JavaVM.framework/Versions/CurrentJDK/Headers/" ] )
|
||||
env.Append( LIBPATH=["/sw/lib/", "/opt/local/lib"] )
|
||||
|
||||
env.Append( CPPFLAGS=" -mmacosx-version-min=10.4 " )
|
||||
env.Append( FRAMEWORKS=["JavaVM"] )
|
||||
|
Loading…
Reference in New Issue
Block a user