Python distutils, how to get a compiler that is going to be used?

后端 未结 6 2093
佛祖请我去吃肉
佛祖请我去吃肉 2020-12-02 10:41

For example, I may use python setup.py build --compiler=msvc or python setup.py build --compiler=mingw32 or just python setup.py build

6条回答
提交回复
热议问题