python3-cairo:fix lib64
This commit is contained in:
@@ -19,7 +19,7 @@ diff -urN pycairo-1.10.0.orig/setup.py pycairo-1.10.0/setup.py
|
||||
+pkgconfig_file = 'py3cairo.pc'
|
||||
+config_file = 'src/config.h'
|
||||
+
|
||||
+LIBDIR = os.uname ()[-1] == 'x86_64' and 'lib64' or 'lib'
|
||||
+LIBDIR = os.uname ()[-1] == 'x86_64' and 'lib'
|
||||
+
|
||||
+def call(command):
|
||||
+ pipe = subprocess.Popen(command, shell=True,
|
||||
|
||||
Reference in New Issue
Block a user