Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc2a373 commit 01656f6Copy full SHA for 01656f6
recipes/pyzmq/recipe.sh
@@ -28,12 +28,13 @@ function build_pyzmq() {
28
# fake try to be able to cythonize generated files
29
echo <<END >setup.cfg
30
[global]
31
-zmq_prefix = /home/tito/code/python-for-android/build/install/
+zmq_prefix = $BUILD_PATH/install/
32
have_sys_un_h = False
33
END
34
35
- bash
36
- $BUILD_PATH/python-install/bin/python.host setup.py build_ext
+ $SHELL
+ $BUILD_PATH/python-install/bin/python.host setup.py build_ext --zmq=$BUILD_PATH/install/
37
+
38
try find build/lib.* -name "*.o" -exec $STRIP {} \;
39
try $BUILD_PATH/python-install/bin/python.host setup.py install -O2
40
0 commit comments