replace : iotivity -> iotivity-sec
[platform/upstream/iotivity.git] / service / scene-manager / SConscript
index 730e964..69cf3c8 100755 (executable)
@@ -68,20 +68,19 @@ if target_os not in ['darwin', 'ios', 'windows']:
 
 if target_os in ['linux']:
     scenemanager_env.AppendUnique(LIBS = ['pthread'])
-    
 
 if target_os == 'android':
     scenemanager_env.AppendUnique(CXXFLAGS = ['-frtti', '-fexceptions'])
     scenemanager_env.AppendUnique(LIBS = ['gnustl_shared','log'])
 
-if not env.get('RELEASE'):
+if not env.get('RELEASE') and target_os not in ['ios']:
     scenemanager_env.PrependUnique(LIBS = ['gcov'])
     scenemanager_env.AppendUnique(CXXFLAGS = ['--coverage'])
 
 ######################################################################
 # Source files and Targets
 ######################################################################
-SCENE_SRC_DIR = './src/' 
+SCENE_SRC_DIR = './src/'
 scenemanager_src = Glob(SCENE_SRC_DIR + '*.cpp')
 
 if target_os in ['tizen','android'] :