aboutsummaryrefslogtreecommitdiff
path: root/platform/haiku/detect.py
diff options
context:
space:
mode:
authorHugo Locurcio2018-06-07 20:46:32 +0200
committerHugo Locurcio2018-06-07 21:40:54 +0200
commitd54b5da9406ffaad12d63b5895e53f293e834c34 (patch)
treee14eee564dffe3c62f9a88f94f3a9c769aeeb9e7 /platform/haiku/detect.py
parentefdd0c4b894a4329469e3c8456b0440e7398c5d8 (diff)
downloadgodot-d54b5da9406ffaad12d63b5895e53f293e834c34.tar.gz
godot-d54b5da9406ffaad12d63b5895e53f293e834c34.tar.zst
godot-d54b5da9406ffaad12d63b5895e53f293e834c34.zip
Diffstat (limited to 'platform/haiku/detect.py')
-rw-r--r--platform/haiku/detect.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/haiku/detect.py b/platform/haiku/detect.py
index 7c62654ef..295902320 100644
--- a/platform/haiku/detect.py
+++ b/platform/haiku/detect.py
@@ -22,7 +22,7 @@ def get_opts():
from SCons.Variables import EnumVariable
return [
- EnumVariable('debug_symbols', 'Add debug symbols to release version', 'yes', ('yes', 'no', 'full')),
+ EnumVariable('debug_symbols', 'Add debugging symbols to release builds', 'yes', ('yes', 'no', 'full')),
]