Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ fix ] cleanup lib dir when removing or re-installing libs #268

Merged
merged 1 commit into from
Nov 23, 2023

Conversation

stefan-hoeck
Copy link
Owner

@stefan-hoeck stefan-hoeck commented Nov 23, 2023

Currently, the lib directories of installed libraries are not properly removed when deleting or re-installing libraries. This results in the new version of this directory being placed inside the already existing lib dir, so that for libraries with - for instance - C-bindings, the new C-bindings will not be found when developing such libraries locally.

The solution is trivial: Delete pkgLibDir when removing and before re-installing libraries.

@stefan-hoeck stefan-hoeck merged commit 285eb62 into main Nov 23, 2023
@stefan-hoeck stefan-hoeck deleted the fix_lib branch November 23, 2023 05:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant