diff options
author | Andrii Kroitor <an.kroitor@samsung.com> | 2016-10-11 11:42:21 +0300 |
---|---|---|
committer | Mykyta Biliavskyi <m.biliavskyi@samsung.com> | 2016-10-11 12:15:03 +0300 |
commit | 8f80878fca50abde649c3dcd2dc07c6fc316eea2 (patch) | |
tree | 37ddf463933a108de2bc586d789201bedfe2fd53 | |
parent | 3fe1429eee5568ef7af7bc47a9dc43ce65e084ca (diff) | |
download | efl-8f80878fca50abde649c3dcd2dc07c6fc316eea2.tar.gz |
windows: remove expicit -levil flag
Summary:
Built from sources version of evil is already added to linker flags and
adding extra -levil makes build fail if evil is not already installed in system.
Looks like this flag was here from old times when all efl libraries were separated.
Reviewers: vtorri, NikaWhite
Reviewed By: NikaWhite
Subscribers: cedric, jpeg
Differential Revision: https://phab.enlightenment.org/D4332
-rw-r--r-- | m4/efl_check_funcs.m4 | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/m4/efl_check_funcs.m4 b/m4/efl_check_funcs.m4 index d68d0c2118..39fb5ee5ad 100644 --- a/m4/efl_check_funcs.m4 +++ b/m4/efl_check_funcs.m4 @@ -71,7 +71,6 @@ esac case "$host_os" in mingw*) $2="yes" - EFL_ADD_LIBS([$1], [-levil]) ;; *) EFL_FIND_LIB_FOR_CODE([$1], [$dllibs], [$2], [[ @@ -100,7 +99,6 @@ esac case "$host_os" in mingw*) $2="yes" - EFL_ADD_LIBS([$1], [-levil]) ;; *) EFL_FIND_LIB_FOR_CODE([$1], [$dllibs], [$2], [[ @@ -125,7 +123,6 @@ esac case "$host_os" in mingw*) $2="yes" - EFL_ADD_LIBS([$1], [-levil]) ;; *) EFL_FIND_LIB_FOR_CODE([$1], [$dllibs], [$2], [[ |