看板 Python 關於我們 聯絡資訊
小弟目前在寫 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