summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index cb6019f..41383b1 100644
--- a/SConstruct
+++ b/SConstruct
@@ -469,7 +469,7 @@ elif "linux2" == os.sys.platform:
if os.uname()[4] == "x86_64" and not force32:
linux64 = True
- nixLibPrefix = "lib"
+ nixLibPrefix = "lib64"
env.Append( LIBPATH=["/usr/lib64" , "/lib64" ] )
env.Append( LIBS=["pthread"] )