summaryrefslogtreecommitdiffstats
path: root/SConstruct
diff options
context:
space:
mode:
authorYevhen Babiichuk (DustDFG) <dfgdust@gmail.com>2024-11-16 21:58:23 +0200
committerYevhen Babiichuk (DustDFG) <dfgdust@gmail.com>2024-11-20 12:48:18 +0200
commit6467beb75dbba17bf89b05abed61d7712baa9a10 (patch)
treea3bc2a92aa801fc053615bb00dbfd286c750f7e8 /SConstruct
parenta0cd8f187a43935d756e49bf3778f39f0964f0ac (diff)
downloadredot-engine-6467beb75dbba17bf89b05abed61d7712baa9a10.tar.gz
SCons: Move `swappy` option to android and slightly refactor `detect.py`
Signed-off-by: Yevhen Babiichuk (DustDFG) <dfgdust@gmail.com>
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct1
1 files changed, 0 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index 7c7d3d25a0..8ad8ac3e8d 100644
--- a/SConstruct
+++ b/SConstruct
@@ -227,7 +227,6 @@ opts.Add(BoolVariable("use_volk", "Use the volk library to load the Vulkan loade
opts.Add(BoolVariable("disable_exceptions", "Force disabling exception handling code", True))
opts.Add("custom_modules", "A list of comma-separated directory paths containing custom modules to build.", "")
opts.Add(BoolVariable("custom_modules_recursive", "Detect custom modules recursively for each specified path.", True))
-opts.Add(BoolVariable("swappy", "Use Swappy Frame Pacing Library in Android builds.", False))
# Advanced options
opts.Add(