Updated api description for RCSSeparateResponse.
[platform/upstream/iotivity.git] / 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')