forked from enlightenment/efl
Summary: it the .pc file of luajit carries linker flags that causes compilation fails on macos, thus we need to split up the .pc file into our own dependency, and use it with causion Reviewers: zmike, cedric, segfaultxavi Reviewed By: zmike Subscribers: #reviewers, #committers Tags: #efl Differential Revision: https://phab.enlightenment.org/D7995devs/devilhorns/multi-output
parent
11e80c7327
commit
a6d256cb6a
2 changed files with 13 additions and 1 deletions
@ -1,5 +1,6 @@ |
||||
executable('elua', |
||||
'main.c', |
||||
dependencies: [eina, ecore, elua, intl], |
||||
link_args : bin_linker_args, |
||||
install: true, |
||||
) |
||||
|
Loading…
Reference in new issue