Move -Wl flags to linker flags
[platform/upstream/iotivity.git] / extlibs / hippomocks.scons
index f756abf..5832177 100644 (file)
@@ -32,7 +32,7 @@ target_os = env.get('TARGET_OS')
 src_dir = env.get('SRC_DIR')
 
 # Only verify/install on linux
-if target_os == 'linux':
+if target_os in ['linux']:
        print '*** Checking for installation of hippomocks ***'
 
        hippomocks_sha      = '8e210c5808d490b26fff69151c801fa28d291fcb'