forked from enlightenment/efl
A long story in a few words: sometimes on macos modules will be compiled into .dylib, sometimes, into .so suffix. We did not set the suffix everywhere in our meson build instructions, hence our suffixes have been differently, which resulted in random load fails on different maschines. With this commit, we ensure that we suffix all modules the same way. Reviewed-by: Mike Blumenkrantz <michael.blumenkrantz@gmail.com> Differential Revision: https://phab.enlightenment.org/D11650devs/bu5hm4n/travis-cnp
parent
c9f9582753
commit
44a33c2dad
22 changed files with 36 additions and 14 deletions
Loading…
Reference in new issue