build: make eina drag in the -lm flag

eina uses math.h we need to drag in this flag everywhere.

Differential Revision: https://phab.enlightenment.org/D11896
This commit is contained in:
Marcel Hollerbach 2020-05-27 18:21:37 +02:00 committed by Stefan Schmidt
parent 9155e898ce
commit f6d20e1f96
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
eina_deps = [dl]
eina_pub_deps = [thread_dep]
eina_pub_deps = [thread_dep, m]
eina_pc_deps = [m, rt, dl, thread_dep] #special case, this array is taken to drag in external deps to efl-one
eina_ext_deps = eina_pc_deps