X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=cloud%2FSConscript;h=a3a01af215b70ba2be3768dcbcfceb3213a2f229;hb=5c78f31a2d4415c970f38db14e248bfef348a6b0;hp=b3f9e4c55031a9dc63efd04b0a9ffb50bc969046;hpb=c1899516ad71ea6cd86517a10757a08c81a657b2;p=platform%2Fupstream%2Fiotivity.git diff --git a/cloud/SConscript b/cloud/SConscript index b3f9e4c..a3a01af 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