summaryrefslogtreecommitdiff
path: root/setup.cfg.android
blob: 8b635ad3adda75da08694759d70a74d9afc6b185 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[global]
# the prefix with which libzmq was configured / installed
zmq_prefix = /tmp/zeromq-android
have_sys_un_h = False

[build_ext]
libraries = python2.6
# path to your python-for-android
# the result of:
# wget http://python-for-android.googlecode.com/files/python-lib_r16.zip
# unzip python-lib_r16.zip -dpython-lib
library_dirs = ../python-lib/lib/
include_dirs = ../python-lib/include/python2.6

[bdist_egg]
plat-name = linux-armv