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 11:42:21 +0300 |
commit | 02dab2180446bf3f5f98c8ee3e53b173a52ff866 (patch) | |
tree | 7d6a5038fcdda4db697bf8c89f196317e2ced3f4 /m4 | |
parent | c1a080f5e4e3ef01cfb792ef3eb9c9e59ba4d3f3 (diff) |
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
Diffstat (limited to 'm4')
-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 | |||
71 | case "$host_os" in | 71 | case "$host_os" in |
72 | mingw*) | 72 | mingw*) |
73 | $2="yes" | 73 | $2="yes" |
74 | EFL_ADD_LIBS([$1], [-levil]) | ||
75 | ;; | 74 | ;; |
76 | *) | 75 | *) |
77 | EFL_FIND_LIB_FOR_CODE([$1], [$dllibs], [$2], [[ | 76 | EFL_FIND_LIB_FOR_CODE([$1], [$dllibs], [$2], [[ |
@@ -100,7 +99,6 @@ esac | |||
100 | case "$host_os" in | 99 | case "$host_os" in |
101 | mingw*) | 100 | mingw*) |
102 | $2="yes" | 101 | $2="yes" |
103 | EFL_ADD_LIBS([$1], [-levil]) | ||
104 | ;; | 102 | ;; |
105 | *) | 103 | *) |
106 | EFL_FIND_LIB_FOR_CODE([$1], [$dllibs], [$2], [[ | 104 | EFL_FIND_LIB_FOR_CODE([$1], [$dllibs], [$2], [[ |
@@ -125,7 +123,6 @@ esac | |||
125 | case "$host_os" in | 123 | case "$host_os" in |
126 | mingw*) | 124 | mingw*) |
127 | $2="yes" | 125 | $2="yes" |
128 | EFL_ADD_LIBS([$1], [-levil]) | ||
129 | ;; | 126 | ;; |
130 | *) | 127 | *) |
131 | EFL_FIND_LIB_FOR_CODE([$1], [$dllibs], [$2], [[ | 128 | EFL_FIND_LIB_FOR_CODE([$1], [$dllibs], [$2], [[ |