diff options
Diffstat (limited to 'linden/scripts/linux/config-SL-source')
-rw-r--r-- | linden/scripts/linux/config-SL-source | 4 |
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" |
79 | fi | 79 | fi |
80 | |||
81 | |||
82 | # Work around python problems. | ||
83 | export PYTHONUNBUFFERED='True' | ||