GNOME Bugzilla – Bug 744535
Allow multiple --shared-library
Last modified: 2015-09-30 03:45:03 UTC
The shared_library field is a comma-separated list of paths, so g-ir-compiler should allows specifying it without needing to do "lib1,lib2".
Created attachment 296844 [details] [review] g-ir-compiler: Allow multiple --shared-library
Ping? Ran into this issue when using another build system, currently having to manually join the list of many shared libraries for g-ir-compiler...
Review of attachment 296844 [details] [review]: OK.
In the future though please do add the rationale to the commit message, not just the bug.
Pushed, and thanks for the patch!