Skip to content

Commit

Permalink
Merge pull request #359 from Phyllostachys/add-armv7l-support-to-www
Browse files Browse the repository at this point in the history
Add armv7l support to www
  • Loading branch information
brson committed Apr 27, 2016
2 parents 8d706c7 + e8c11c7 commit a69b355
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions www/rustup.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ function detect_platform() {
if (os == "unknown") {
if (navigator.platform == "Linux x86_64") {os = "unix";}
if (navigator.platform == "Linux i686") {os = "unix";}
if (navigator.platform == "Linux armv7l") { os = "unix";}
}

// I wish I knew by now, but I don't. Try harder.
Expand Down

0 comments on commit a69b355

Please sign in to comment.