Modify SConscript file for Linux Sample Application
authorYounghyunJoo <yh_.joo@samsung.com>
Thu, 23 Apr 2015 06:16:58 +0000 (15:16 +0900)
committerUze Choi <uzchoi@samsung.com>
Thu, 23 Apr 2015 06:41:53 +0000 (06:41 +0000)
Build Linux Sample Application

Change-Id: I07efc56a6acc2e3446a4fe98153444e9f90a742e
Signed-off-by: YounghyunJoo <yh_.joo@samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/815
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Uze Choi <uzchoi@samsung.com>
service/protocol-plugin/sample-app/SConscript

index f0d28d2..67600df 100644 (file)
@@ -8,5 +8,4 @@ Import('env')
 target_os = env.get('TARGET_OS')
 
 if target_os == 'linux':
-    if env.get('TARGET_ARCH') == platform.machine():
-        SConscript('linux/SConscript')
+      SConscript('linux/SConscript')