mirror of
https://github.com/mapnik/mapnik.git
synced 2025-12-08 20:13:09 +00:00
ppc64 build fix (fixes #83)
This commit is contained in:
parent
8d223c57e0
commit
6e360f0090
@ -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…
x
Reference in New Issue
Block a user