summaryrefslogtreecommitdiffstats
path: root/SConstruct
diff options
context:
space:
mode:
authorbruvzg <7645683+bruvzg@users.noreply.github.com>2022-01-12 16:01:08 +0200
committerbruvzg <7645683+bruvzg@users.noreply.github.com>2024-05-31 11:01:02 +0300
commitc34d64669ef472e60da213edfbfddb3a28e337ce (patch)
tree1906ab805bebebde246e9a8bd1fde208b32e98e7 /SConstruct
parent60844997bb2981c44e3b4396ab2918df90f13c97 (diff)
downloadredot-engine-c34d64669ef472e60da213edfbfddb3a28e337ce.tar.gz
Enable optional minimal SteamAPI integration for usage time tracking (editor only).
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct1
1 files changed, 1 insertions, 0 deletions
diff --git a/SConstruct b/SConstruct
index 117528de37..e63abacbce 100644
--- a/SConstruct
+++ b/SConstruct
@@ -254,6 +254,7 @@ opts.Add(BoolVariable("use_precise_math_checks", "Math checks use very precise e
opts.Add(BoolVariable("scu_build", "Use single compilation unit build", False))
opts.Add("scu_limit", "Max includes per SCU file when using scu_build (determines RAM use)", "0")
opts.Add(BoolVariable("engine_update_check", "Enable engine update checks in the Project Manager", True))
+opts.Add(BoolVariable("steamapi", "Enable minimal SteamAPI integration for usage time tracking (editor only)", False))
# Thirdparty libraries
opts.Add(BoolVariable("builtin_brotli", "Use the built-in Brotli library", True))