作者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
推 ya790206:setup.py install build --compiler=mingw32 03/04 13:03
→ dotwsc:thanks 03/04 14:36