0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-11-30 00:56:44 +01:00

linux 64 bit

This commit is contained in:
Eliot Horowitz 2009-01-19 11:59:42 -05:00
parent 0f937ba9c9
commit 1eee5b454c

View File

@ -64,6 +64,7 @@ elif "linux2" == os.sys.platform:
if os.uname()[4] == "x86_64":
javaVersion = "amd64"
env.Append( LIBPATH=["/usr/lib64"] )
env.Append( LIBPATH=[ javaHome + "jre/lib/" + javaVersion + "/server" , javaHome + "jre/lib/" + javaVersion ] )
env.Append( LIBS=[ "java" , "jvm" ] )