aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/develop.py
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xlinden/indra/develop.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/linden/indra/develop.py b/linden/indra/develop.py
index 6388592..8d432fc 100755
--- a/linden/indra/develop.py
+++ b/linden/indra/develop.py
@@ -74,8 +74,8 @@ class PlatformSetup(object):
74 build_types[t.lower()] = t 74 build_types[t.lower()] = t
75 75
76 build_type = build_types['relwithdebinfo'] 76 build_type = build_types['relwithdebinfo']
77 standalone = 'FALSE' 77 standalone = 'OFF'
78 unattended = 'FALSE' 78 unattended = 'OFF'
79 project_name = 'Imprudence' 79 project_name = 'Imprudence'
80 distcc = True 80 distcc = True
81 cmake_opts = [] 81 cmake_opts = []