mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 21:25:19 -05:00
Detect when building for 64bit Linux and adjust tarball name.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27095 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
deab1bb2f5
commit
168eba1aec
1 changed files with 2 additions and 0 deletions
|
|
@ -496,6 +496,8 @@ def main():
|
||||||
elif sys.platform == "darwin":
|
elif sys.platform == "darwin":
|
||||||
archive = macdeploy(ver, sourcefolder)
|
archive = macdeploy(ver, sourcefolder)
|
||||||
else:
|
else:
|
||||||
|
if os.uname()[4].endswith("64"):
|
||||||
|
ver += "-64bit"
|
||||||
archive = tarball(ver, sourcefolder)
|
archive = tarball(ver, sourcefolder)
|
||||||
|
|
||||||
# remove temporary files
|
# remove temporary files
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue