Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Waf は「-arch x86_64 -arch i386」を追加して、ユニバーサル バイナリを作成しようとしています。
32 ビットのランタイムしかなく、Waf がユニバーサル バイナリを作成しようとしているため、リンクに失敗しています。Waf で「-arch x86_64 -arch i386」フラグを削除し、「-arch i386」のみをコンパイルするにはどうすればよいですか?