Use linux64 key on x86_64
This commit is contained in:
@@ -818,7 +818,7 @@ def _get_platform():
|
||||
# TODO -- someday when install.py accepts a platform of the form
|
||||
# os/arch/compiler/compiler_version then we can replace the
|
||||
# 'linux64' platform with 'linux/x86_64/gcc/4.1'
|
||||
this_platform = 'linux'
|
||||
this_platform = 'linux64'
|
||||
return this_platform
|
||||
|
||||
def _getuser():
|
||||
|
||||
Reference in New Issue
Block a user