ppc64 build fix (fixes #83)
This commit is contained in:
parent
8d223c57e0
commit
6e360f0090
1 changed files with 2 additions and 0 deletions
|
@ -24,6 +24,8 @@ import os, sys, platform
|
|||
|
||||
if platform.uname()[4] == 'x86_64':
|
||||
LIBDIR_SCHEMA='lib64'
|
||||
elif platform.uname()[4] == 'ppc64':
|
||||
LIBDIR_SCHEMA='lib64'
|
||||
else:
|
||||
LIBDIR_SCHEMA='lib'
|
||||
|
||||
|
|
Loading…
Reference in a new issue