作者dotwsc (海上生明月)
看板Python
标题[问题] Python distutils
时间Fri Mar 4 12:42:17 2011
小弟目前在写 python extension 遇到一个小小的问题
当我输入 python setup.py install 它会使用系统预设的 compiler
which is gcc, 假设我想要改变它底下所使用的 compiler 应该要怎麽做呢?
谢谢! :)
--
※ 发信站: 批踢踢实业坊(ptt.cc)
◆ From: 160.39.214.160
1F:推 ya790206:setup.py install build --compiler=mingw32 03/04 13:03
2F:→ dotwsc:thanks 03/04 14:36