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:
parent
0f937ba9c9
commit
1eee5b454c
@ -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" ] )
|
||||
|
Loading…
Reference in New Issue
Block a user