Fix darwin/ios build issues
[platform/upstream/iotivity.git] / service / SConscript
index d0b0b0a..b2a827e 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')