Actions
Feature #1323
closedInclude Python static libraries to build Python-C extensions with static linking
Start date:
03/11/2016
Due date:
% Done:
100%
Estimated time:
CPU Architecture:
arm, arm64, mips, mips64, x86, x86_64
Host OS:
Linux, OS X, Windows
Toolchain:
Android version:
Description
Currently Python 2.7/3.5 in CrystaX NDK include only shared Python libs libpythonX.X.so. I'd like to be able to build Python-C statically-linked extensions with no external dependencies. Please include static libs libpythonX.X.a as well.
Actions