replace : iotivity -> iotivity-sec
[platform/upstream/iotivity.git] / build_common / thread.scons
index fc01aef..2b07db5 100644 (file)
@@ -10,7 +10,7 @@ target_os = thread_env.get('TARGET_OS')
 compiler = thread_env.get('CC')
 if 'gcc' in compiler:
     thread_env.AppendUnique(CFLAGS = ['-Wall'])
-    if target_os not in ['android']:
+    if target_os not in ['android','tizenrt']:
         thread_env.AppendUnique(CFLAGS = ['-pthread'])
         thread_env.AppendUnique(LIBS = ['pthread'])