fix cloud sample build error
[platform/upstream/iotivity.git] / cloud / SConscript
index 2c60f5c..b3f9e4c 100644 (file)
@@ -26,7 +26,7 @@ Import('env')
 
 target_os = env.get('TARGET_OS')
 
-if target_os in ['linux']:
+if target_os in ['linux']:
     # Build sample cloud client project
-    if env.get('WITH_CLOUD') == True:
-        SConscript('samples/client/SConscript')
\ No newline at end of file
+    if env.get('WITH_CLOUD') == True:
+    #    SConscript('samples/client/SConscript')
\ No newline at end of file