diff options
Diffstat (limited to 'netwerk/sctp/datachannel/moz.build')
-rw-r--r-- | netwerk/sctp/datachannel/moz.build | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/netwerk/sctp/datachannel/moz.build b/netwerk/sctp/datachannel/moz.build index fc59da229..18bb8533a 100644 --- a/netwerk/sctp/datachannel/moz.build +++ b/netwerk/sctp/datachannel/moz.build @@ -25,9 +25,7 @@ LOCAL_INCLUDES += [ DEFINES['INET'] = 1 DEFINES['SCTP_DEBUG'] = 1 - -if CONFIG['OS_TARGET'] != 'Android': - DEFINES['INET6'] = 1 +DEFINES['INET6'] = 1 if CONFIG['OS_TARGET'] == 'WINNT': DEFINES['__Userspace_os_Windows'] = 1 |