From ca3332962588a62bfa75d69cea5ec238d80217e7 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Sat, 20 Jun 2015 19:42:41 +0100 Subject: [PATCH] Added libs to skip list --- functions/fn_deps_detect | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/fn_deps_detect b/functions/fn_deps_detect index e95840ff9..c00cc7fca 100644 --- a/functions/fn_deps_detect +++ b/functions/fn_deps_detect @@ -26,7 +26,7 @@ while read lib; do echo "libstdc++.i686" >> ${rootdir}/.depdetect_centos_list echo "libstdc++6:i386" >> ${rootdir}/.depdetect_ubuntu_list echo "libstdc++6:i386" >> ${rootdir}/.depdetect_debian_list - elif [ "${lib}" == "libtier0.so" ];then + elif [ "${lib}" == "libtier0.so" ]||[ "${lib}" == "Core.so" ]||[ "${lib}" == "Editor.so" ]||[ "${lib}" == "Engine.so" ];then # Known shared libs what dont requires dependencies : else