From e73e0dcd43eecaaec138553b6ecaa86849138261 Mon Sep 17 00:00:00 2001 From: Jooseok Park Date: Wed, 8 Feb 2017 09:42:34 +0900 Subject: [PATCH] fix the easy-setup mediator SConscript Change-Id: If484c27c7336608326af35f3e0aebeac4e4a580a --- service/easy-setup/mediator/richsdk/SConscript | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) mode change 100755 => 100644 service/easy-setup/mediator/richsdk/SConscript diff --git a/service/easy-setup/mediator/richsdk/SConscript b/service/easy-setup/mediator/richsdk/SConscript old mode 100755 new mode 100644 index 87ed3a4..b428dde --- a/service/easy-setup/mediator/richsdk/SConscript +++ b/service/easy-setup/mediator/richsdk/SConscript @@ -62,7 +62,7 @@ easy_setup_env.AppendUnique(CPPPATH = ['inc', 'src', '../../inc']) if target_os not in ['windows']: easy_setup_env.AppendUnique(CXXFLAGS = ['-Wall', '-std=c++0x']) -if target_os in ['linux']: +if target_os in ['linux','tizen']: easy_setup_env.AppendUnique(LIBS = ['pthread', 'dl', 'coap']) if target_os in ['android']: @@ -85,11 +85,12 @@ if target_os in ['linux', 'tizen']: if env.get('SECURED') == '1': easy_setup_env.AppendUnique(LIBS = ['ocpmapi', 'ocprovision']) -if target_os in ['android','linux', 'ios']: +if target_os in ['android','ios','linux','tizen']: easy_setup_env.PrependUnique(CPPPATH = [ env.get('SRC_DIR') + '/resource/c_common/oic_malloc/include', env.get('SRC_DIR') + '/resource/include', env.get('SRC_DIR') + '/resource/csdk/logger/include', + env.get('SRC_DIR') + '/resource/csdk/include', env.get('SRC_DIR') + '/resource/csdk/stack/include', env.get('SRC_DIR') + '/resource/csdk/logger/include', env.get('SRC_DIR') + '/resource/csdk/security/include', -- 2.7.4