mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-25 01:47:31 +09:00
Issue #1053 - Remove android support from image
This commit is contained in:
parent
0e091cdb2e
commit
6df3c70708
5 changed files with 0 additions and 209 deletions
|
|
@ -25,8 +25,5 @@ if CONFIG['OS_ARCH'] == 'WINNT':
|
|||
if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'cocoa':
|
||||
platform = 'mac'
|
||||
|
||||
if CONFIG['OS_TARGET'] == 'Android':
|
||||
platform = 'android'
|
||||
|
||||
if platform:
|
||||
LOCAL_INCLUDES += [platform]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue