summaryrefslogtreecommitdiffstats
path: root/platform/linuxbsd/detect.py
diff options
context:
space:
mode:
authorGeorge L. Albany <Megacake1234@gmail.com>2024-10-13 20:40:07 +0000
committerGitHub <noreply@github.com>2024-10-13 20:40:07 +0000
commitff988ac317c67242b45fb858a6e70c3a87a3597a (patch)
treef1ae13a13151a187836de2079477663486c31e37 /platform/linuxbsd/detect.py
parent6699ae7897658e44efc3cfb2cba91c11a8f5aa6a (diff)
parenta123f9038a82df83192b083e25e9517a6133657c (diff)
downloadredot-engine-ff988ac317c67242b45fb858a6e70c3a87a3597a.tar.gz
Merge pull request #685 from trashguy/4.3-rebrand
Rebrand Godot 4.3 to Redot
Diffstat (limited to 'platform/linuxbsd/detect.py')
-rw-r--r--platform/linuxbsd/detect.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/linuxbsd/detect.py b/platform/linuxbsd/detect.py
index d1de760f34..eba26a3630 100644
--- a/platform/linuxbsd/detect.py
+++ b/platform/linuxbsd/detect.py
@@ -33,7 +33,7 @@ def get_opts():
EnumVariable("linker", "Linker program", "default", ("default", "bfd", "gold", "lld", "mold")),
BoolVariable("use_llvm", "Use the LLVM compiler", False),
BoolVariable("use_static_cpp", "Link libgcc and libstdc++ statically for better portability", True),
- BoolVariable("use_coverage", "Test Godot coverage", False),
+ BoolVariable("use_coverage", "Test Redot coverage", False),
BoolVariable("use_ubsan", "Use LLVM/GCC compiler undefined behavior sanitizer (UBSAN)", False),
BoolVariable("use_asan", "Use LLVM/GCC compiler address sanitizer (ASAN)", False),
BoolVariable("use_lsan", "Use LLVM/GCC compiler leak sanitizer (LSAN)", False),