diff options
Diffstat (limited to '')
-rwxr-xr-x | linden/scripts/install.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/linden/scripts/install.py b/linden/scripts/install.py index 983eb84..f886a6e 100755 --- a/linden/scripts/install.py +++ b/linden/scripts/install.py | |||
@@ -758,7 +758,9 @@ def _get_platform(): | |||
758 | # the form os/arch/compiler/compiler_version for the download | 758 | # the form os/arch/compiler/compiler_version for the download |
759 | # and extract stage | 759 | # and extract stage |
760 | #this_platform = 'linux/i686/gcc/4.1' | 760 | #this_platform = 'linux/i686/gcc/4.1' |
761 | this_platform = 'linux32' | 761 | # NOTE: disabled linux32 as it hasn't been tested well |
762 | #this_platform = 'linux32' | ||
763 | this_platform = this_platform | ||
762 | return this_platform | 764 | return this_platform |
763 | 765 | ||
764 | def _getuser(): | 766 | def _getuser(): |