gazebosim / gz-tools

Command line tools for the Gazebo libraries.
https://gazebosim.org
Apache License 2.0
14 stars 18 forks source link

Fix .dll installation directory on Windows #74

Closed traversaro closed 2 years ago

traversaro commented 2 years ago

🦟 Bug fix

Fix .dll installation directory on Windows .

Summary

On Windows, .dll libraries are tipically installed in <prefix>/bin, while before this fix, the .dll libraries were installed by this project in <prefix>/lib, resulting the warning:

Library error: ignition-tools-backward.dll not found. Improved backtrace generation will be disabled

When the ign command was used, as ignition-tools-backward.dll was not found in the directory in which ruby's function to find dll libraries was looking into.

Checklist

Note to maintainers: Remember to use Squash-Merge