Disable compilation of IoTivity Services for iOS
authorTrevor Bramwell <tbramwell@linuxfoundation.org>
Wed, 6 Jan 2016 22:22:55 +0000 (14:22 -0800)
committerUze Choi <uzchoi@samsung.com>
Wed, 20 Jan 2016 04:31:17 +0000 (04:31 +0000)
As this is already disabled for Darwin, it should be disabled for iOS as
well.

Change-Id: Id1c984bfb3bb32896227721ad620904b92d7f2dd
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
Reviewed-on: https://gerrit.iotivity.org/gerrit/4817
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Uze Choi <uzchoi@samsung.com>
service/SConscript

index 3a35a4a..363f26e 100644 (file)
@@ -26,7 +26,7 @@ Import('env')
 
 target_os = env.get('TARGET_OS')
 
-if target_os not in ['arduino','darwin']:
+if target_os not in ['arduino','darwin', 'ios']:
     # Build things manager project
     SConscript('things-manager/SConscript')