You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
321 B
14 lines
321 B
4 months ago
|
prefix=/tmp/ndk-andrewhsieh/buildhost/install/prebuilt/linux-x86
|
||
|
exec_prefix=${prefix}
|
||
|
libdir=${exec_prefix}/lib
|
||
|
includedir=${prefix}/include
|
||
|
|
||
|
Name: Python
|
||
|
Description: Python library
|
||
|
Requires:
|
||
|
Version: 2.7
|
||
|
Libs.private: -lpthread -ldl -lpthread -lutil
|
||
|
Libs: -L${libdir} -lpython2.7
|
||
|
Cflags: -I${includedir}/python2.7
|
||
|
|