e08f6ee73c
* add / update recipes and build changes for Python 3.6.6 compatibility * include Python 3 apt packages in travis build script * use Python 3.6 in Travis * Enable _blake2 and _sha3 in Python 3. Remove unnecessary files. * change zope.interface version * update cffi version
12 lines
419 B
Diff
12 lines
419 B
Diff
diff --git a/setup.py b/setup.py
|
|
index c224fb2..bf925bd 100644
|
|
--- a/setup.py
|
|
+++ b/setup.py
|
|
@@ -182,6 +182,7 @@ class build_clib(_build_clib):
|
|
'--disable-dependency-tracking',
|
|
'--with-pic',
|
|
'--enable-module-recovery',
|
|
+ "--host=%s" % os.environ['TOOLCHAIN_PREFIX'],
|
|
'--disable-jni',
|
|
'--prefix',
|
|
os.path.abspath(self.build_clib),
|