Merge branch 'connectivity-abstraction' to master
[platform/upstream/iotivity.git] / service / protocol-plugin / plugin-manager / SConscript
index 17bc795..dddac58 100644 (file)
@@ -20,7 +20,7 @@ plugin_manager_env.AppendUnique(CPPPATH = [
                ])
 
 if target_os not in ['windows', 'winrt']:
-       plugin_manager_env.AppendUnique(CXXFLAGS = ['-Wall',
+       plugin_manager_env.AppendUnique(CXXFLAGS = ['-Wall','-std=c++0x',
                '-fpermissive', '-Wsign-compare'])
 
 if target_os == 'android':