aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden
diff options
context:
space:
mode:
Diffstat (limited to 'linden')
-rw-r--r--linden/scripts/linux/config-SL-source4
1 files changed, 4 insertions, 0 deletions
diff --git a/linden/scripts/linux/config-SL-source b/linden/scripts/linux/config-SL-source
index 80ae27a..f60fd92 100644
--- a/linden/scripts/linux/config-SL-source
+++ b/linden/scripts/linux/config-SL-source
@@ -77,3 +77,7 @@ if [ "$OSTYPE" == "cygwin" ] ; then
77 FORCE_VECTORIZE="no" 77 FORCE_VECTORIZE="no"
78 ALLOW_WARNINGS="no" 78 ALLOW_WARNINGS="no"
79fi 79fi
80
81
82# Work around python problems.
83export PYTHONUNBUFFERED='True'