From 1eee5b454cd4c263c87f680cbc3ac834e5eee871 Mon Sep 17 00:00:00 2001 From: Eliot Horowitz Date: Mon, 19 Jan 2009 11:59:42 -0500 Subject: [PATCH] linux 64 bit --- SConstruct | 1 + 1 file changed, 1 insertion(+) diff --git a/SConstruct b/SConstruct index 62f7f03e909..6b07701b78f 100644 --- a/SConstruct +++ b/SConstruct @@ -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" ] )