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”?