After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 744535 - Allow multiple --shared-library
Allow multiple --shared-library
Status: RESOLVED FIXED
Product: gobject-introspection
Classification: Platform
Component: g-ir-compiler
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gobject-introspection Maintainer(s)
gobject-introspection Maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2015-02-14 19:52 UTC by Garrett Regier
Modified: 2015-09-30 03:45 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
g-ir-compiler: Allow multiple --shared-library (1.90 KB, patch)
2015-02-14 19:53 UTC, Garrett Regier
accepted-commit_now Details | Review

Description Garrett Regier 2015-02-14 19:52:30 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".
Comment 1 Garrett Regier 2015-02-14 19:53:57 UTC
Created attachment 296844 [details] [review]
g-ir-compiler: Allow multiple --shared-library
Comment 2 Garrett Regier 2015-04-20 16:37:56 UTC
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...
Comment 3 Colin Walters 2015-09-30 03:43:47 UTC
Review of attachment 296844 [details] [review]:

OK.
Comment 4 Colin Walters 2015-09-30 03:44:49 UTC
In the future though please do add the rationale to the commit message, not just the bug.
Comment 5 Colin Walters 2015-09-30 03:45:03 UTC
Pushed, and thanks for the patch!