maint: remove unused premake5 option

This commit is contained in:
2022-11-13 22:18:56 +00:00
committed by GitHub
parent 5b8e07558e
commit 911cc93f6a

View File

@ -83,10 +83,6 @@ if os.istarget("linux") or os.istarget("darwin") then
linkoptions "-pthread"
end
if _OPTIONS["dev-build"] then
defines "DEV_BUILD"
end
if os.getenv("CI") then
defines "CI"
end