mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-22 00:17:32 +09:00
re-introduce old nss im too tired for this
This commit is contained in:
parent
3c46be320d
commit
3a838106b9
2871 changed files with 1374431 additions and 1762417 deletions
|
|
@ -15,12 +15,8 @@ def main():
|
|||
host_arch = 'x64'
|
||||
elif fnmatch.fnmatch(host_arch, 'i?86') or host_arch == 'i86pc':
|
||||
host_arch = 'ia32'
|
||||
elif host_arch == 'arm64':
|
||||
pass
|
||||
elif host_arch.startswith('arm'):
|
||||
host_arch = 'arm'
|
||||
elif host_arch.startswith('mips64'):
|
||||
host_arch = 'mips64'
|
||||
elif host_arch.startswith('mips'):
|
||||
host_arch = 'mips'
|
||||
print(host_arch)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue