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 2620295542
commit d068889df4
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]
if sys_windows == true
eina_pub_deps += [evil]