commit
5629e9de9d
@ -12,6 +12,8 @@ rec {
|
||||
"ARM"
|
||||
else if platform.parsed.cpu.family == "mips" then
|
||||
"Mips"
|
||||
else if platform.parsed.cpu.family == "power" then
|
||||
"PowerPC"
|
||||
else
|
||||
throw "Unsupported system";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user