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.
在描述项目的 premake5.lua 文件中,我怎么知道它不应该在某些条件下(系统、架构......)生成?
如果您将条件作为命令行参数传递,它应该像
if _options["cond"] == "value" then
项目“名称”...结束