X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=cloud%2FSConscript;h=b3f9e4c55031a9dc63efd04b0a9ffb50bc969046;hb=e17947fd4f983488bf66133521ab4e0b8ca0d007;hp=2c60f5c86f9755bf3147ad1f144461719e3c8ad6;hpb=c0d5de2501dcc438c71f04fb5618a7d01f4e501e;p=platform%2Fupstream%2Fiotivity.git diff --git a/cloud/SConscript b/cloud/SConscript index 2c60f5c..b3f9e4c 100644 --- a/cloud/SConscript +++ b/cloud/SConscript @@ -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