Updated contstants.rb with ARCH_ZARCH / mainframe

bug/bundler_fix
bigendian smalls 2015-09-28 09:47:24 -05:00
parent 94e0a78050
commit 33807abeda
No known key found for this signature in database
GPG Key ID: 59B4F1951D086E18
1 changed files with 2 additions and 1 deletions

View File

@ -88,6 +88,7 @@ ARCH_DALVIK = 'dalvik'
ARCH_PYTHON = 'python'
ARCH_NODEJS = 'nodejs'
ARCH_FIREFOX = 'firefox'
ARCH_ZARCH = 'zarch'
ARCH_TYPES =
[
ARCH_X86,
@ -110,7 +111,7 @@ ARCH_TYPES =
ARCH_DALVIK,
ARCH_PYTHON,
ARCH_NODEJS,
ARCH_FIREFOX
ARCH_ZARCH,
]
ARCH_ALL = ARCH_TYPES