diff options
author | David Walter Seikel | 2013-04-20 22:53:07 +1000 |
---|---|---|
committer | David Walter Seikel | 2013-04-20 22:53:07 +1000 |
commit | 976874914ea9f8cda148c02bfed1cdc4f3c47442 (patch) | |
tree | 33f8fb283cb477350b444987ee7a9debf6ee4448 /linden/scripts/linux/config-SL-source | |
parent | Allow the build scripts to build a configurable type, and make that type RelW... (diff) | |
download | meta-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/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' | ||