From 2a13bd9110b353e7e96a211a6281e25160920b8f Mon Sep 17 00:00:00 2001 From: George Nash Date: Wed, 11 Jan 2017 08:18:31 -0800 Subject: [PATCH] [IOT-1684] Re-enable SECURED=1 build for Darwin Change-Id: I79de134ece441f0da52d78fef26ff27e60b6e15f Signed-off-by: George Nash Bug: https://jira.iotivity.org/browse/IOT-1684 Reviewed-on: https://gerrit.iotivity.org/gerrit/16325 Reviewed-by: Phil Coval Tested-by: jenkins-iotivity Reviewed-by: Mike Fenelon --- build_common/SConscript | 2 -- 1 file changed, 2 deletions(-) diff --git a/build_common/SConscript b/build_common/SConscript index 3acabb1..458463d 100644 --- a/build_common/SConscript +++ b/build_common/SConscript @@ -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: -- 2.7.4