Skip to content

Commit

Permalink
Bug 851670 - More platform tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Griffin committed Mar 15, 2013
1 parent 119a30b commit 4418305
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pulsetranslator/messageparams.py
Expand Up @@ -48,9 +48,11 @@ def convert_os(data):
'win64': ['w764'],
'macosx64': ['macosx64', 'snowleopard', 'leopard', 'lion', 'mountainlion'],
'macosx': ['macosx', 'leopard'],
'android-noion': ['android-noion'],
'android-xul': ['tegra_android-xul'],
'android-armv6': ['android-armv6'],
'android': ['tegra_android', 'panda_android'],
'b2g': ['ics_armv7a_gecko'],
'ics_armv7a_gecko': ['ics_armv7a_gecko'],
}

tags = [
Expand Down

0 comments on commit 4418305

Please sign in to comment.