summaryrefslogtreecommitdiff
path: root/test cases/vala/24 export dynamic shared module/module.vala
AgeCommit message (Collapse)Author
2018-05-10vala: Fix shared_module linking with export_dynamic executableNirbheek Chauhan
Need to generate a vapi and a header, and then use that in the shared module. Needed for GNOME games. Closes https://github.com/mesonbuild/meson/issues/3538