[IOT-1684] Re-enable SECURED=1 build for Darwin
authorGeorge Nash <george.nash@intel.com>
Wed, 11 Jan 2017 16:18:31 +0000 (08:18 -0800)
committerRick Bell <richard.s.bell@intel.com>
Sat, 14 Jan 2017 00:34:27 +0000 (00:34 +0000)
Change-Id: I79de134ece441f0da52d78fef26ff27e60b6e15f
Signed-off-by: George Nash <george.nash@intel.com>
Bug: https://jira.iotivity.org/browse/IOT-1684
Reviewed-on: https://gerrit.iotivity.org/gerrit/16325
Reviewed-by: Phil Coval <philippe.coval@osg.samsung.com>
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Mike Fenelon <mike.fenelon@microsoft.com>
build_common/SConscript

index 3acabb1..458463d 100644 (file)
@@ -111,8 +111,6 @@ else:
     help_vars.Add(ListVariable('TARGET_TRANSPORT', 'Target transport', 'ALL', ['ALL', 'BT', 'BLE', 'IP', 'NFC']))
 
 help_vars.Add(EnumVariable('TARGET_ARCH', 'Target architecture', default_arch, os_arch_map[target_os]))
-# TODO remove darwin from list once IOT-1684 is closed
-targets_without_dtls_support.append('darwin')
 if target_os in targets_without_dtls_support:
     help_vars.Add(EnumVariable('SECURED', 'Build with DTLS', '0', allowed_values=('0', '1')))
 else: