Cross Compiling Python Extensions

眉间皱痕 提交于 2019-11-29 05:58:50

Make sure you have installed the distutilscross package as noted in the article you linked. This adds the -x option and support for PYTHONXCPREFIX/LDSHARED/etc environment variables.

I don't know whether you still care this question. It seems that you have some build target already, so it doesn't compile the c program any more. Try to clean all the files and directories below "build" folder, and build again.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!