My build machine has libonig installed for reasons unrelated to mruby. When I build my project, it links against that version instead of the one that comes with the gem. Since the installed libonig is a shared library and the project is intended to produce a distributable binary, this is a problem.
I would like a way to force the gem to always use its own version of the library even if there's a version present on the system.
I've coded the change and will submit a pull request.
My build machine has libonig installed for reasons unrelated to mruby. When I build my project, it links against that version instead of the one that comes with the gem. Since the installed libonig is a shared library and the project is intended to produce a distributable binary, this is a problem.
I would like a way to force the gem to always use its own version of the library even if there's a version present on the system.
I've coded the change and will submit a pull request.