Summary: In order to correctly install the xml file alongside the dll, a install script is used to work around meson's limitation of tracking files generated by library() other than the dll. Fixes T7722 Reviewers: segfaultxavi, bu5hm4n Reviewed By: segfaultxavi, bu5hm4n Subscribers: cedric, #reviewers, #committers Tags: #efl Maniphest Tasks: T7722 Differential Revision: https://phab.enlightenment.org/D8331devs/q66/remove-eo-api-support-macro
parent
7dc546bded
commit
9c99397cda
2 changed files with 16 additions and 2 deletions
@ -0,0 +1,7 @@ |
||||
#!/bin/sh |
||||
|
||||
# Installer script needed to install documentation xml file |
||||
# as meson's library() call can't track files other than the generated |
||||
# efl_mono.dll |
||||
|
||||
cp $1 $2 |
Loading…
Reference in new issue