maint: disable some Steam integration features

This commit is contained in:
2024-02-15 11:00:16 +01:00
parent c0b5c769e2
commit 94a290358e
3 changed files with 24 additions and 9 deletions

View File

@@ -77,6 +77,11 @@ newoption {
description = "Enable development builds of the client."
}
newoption {
trigger = "steam-overlay",
description = "Enable the Steam Overlay."
}
newaction {
trigger = "version",
description = "Returns the version string for the current commit of the source code.",
@@ -241,7 +246,11 @@ warnings "Extra"
characterset "ASCII"
if _OPTIONS["dev-build"] then
defines {"DEV_BUILD"}
defines "DEV_BUILD"
end
if _OPTIONS["steam-overlay"] then
defines "LOAD_STEAM_OVERLAY"
end
if os.getenv("CI") then