Skip to content

Try to find libPCBUSB.dylib before loading it #983

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

Merged
merged 1 commit into from
Mar 8, 2021

Conversation

sdorre
Copy link
Contributor

@sdorre sdorre commented Mar 8, 2021

Seems like path is not always resolved when the lib is installed.
On my end the lib was installed under /usr/local/lib/. the only way to get
it imported was to find the library and give the full path to the
LoadLibrary call

Signed-off-by: Stephane Dorre [email protected]

Seems like path is not always resolved when the lib is installed.
On my end the lib was installed under /usr/local/lib/. the only way to get
it imported was to find the library and give the full path to the
LoadLibrary call

Signed-off-by: Stephane Dorre <[email protected]>
@mergify mergify bot requested a review from hardbyte March 8, 2021 11:19
@codecov
Copy link

codecov bot commented Mar 8, 2021

Codecov Report

Merging #983 (126eac3) into develop (291af86) will increase coverage by 0.27%.
The diff coverage is 100.00%.

@@             Coverage Diff             @@
##           develop     #983      +/-   ##
===========================================
+ Coverage    70.12%   70.39%   +0.27%     
===========================================
  Files           76       76              
  Lines         7381     7381              
===========================================
+ Hits          5176     5196      +20     
+ Misses        2205     2185      -20     

@hardbyte hardbyte merged commit 68bee14 into hardbyte:develop Mar 8, 2021
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.

2 participants