diff options
author | Thaddeus Crews <repiteo@outlook.com> | 2024-11-21 17:56:59 -0600 |
---|---|---|
committer | Thaddeus Crews <repiteo@outlook.com> | 2024-11-21 17:56:59 -0600 |
commit | 797c8bd85f24585437daf396176a53ad48b38883 (patch) | |
tree | 36e487b762c3f16bb7bdb7feb99198bbbac78419 /SConstruct | |
parent | 9d54981627c7767b6eadcd9c09fb49cf4323c9da (diff) | |
parent | 6467beb75dbba17bf89b05abed61d7712baa9a10 (diff) | |
download | redot-engine-797c8bd85f24585437daf396176a53ad48b38883.tar.gz |
Merge pull request #99351 from dustdfg/scons_android_refactor
SCons: Move `swappy` option to android and slightly refactor `detect.py`
Diffstat (limited to 'SConstruct')
-rw-r--r-- | SConstruct | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct index f9499fc0b0..fa324b2aa0 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( |