aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden
diff options
context:
space:
mode:
authorDavid Walter Seikel2013-04-20 22:53:07 +1000
committerDavid Walter Seikel2013-04-20 22:53:07 +1000
commit976874914ea9f8cda148c02bfed1cdc4f3c47442 (patch)
tree33f8fb283cb477350b444987ee7a9debf6ee4448 /linden
parentAllow the build scripts to build a configurable type, and make that type RelW... (diff)
downloadmeta-impy-976874914ea9f8cda148c02bfed1cdc4f3c47442.zip
meta-impy-976874914ea9f8cda148c02bfed1cdc4f3c47442.tar.gz
meta-impy-976874914ea9f8cda148c02bfed1cdc4f3c47442.tar.bz2
meta-impy-976874914ea9f8cda148c02bfed1cdc4f3c47442.tar.xz
Make python output stuff in the proper order.
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'