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

Added a switch to use the dylib when compiling on a mac. #22

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Added a switch to use the dylib when compiling on a mac. #22

wants to merge 1 commit into from

Conversation

bnice5000
Copy link

The current version of acsccid cannot be packaged using Homebrew. This is because the build will not allow for the use of a dylib for libusb. This patch adds a switch to the mac version of the ./configure file that allows for this to be configured for compilation using the dylib. In turn, this will allow a Homebrew formula to be built for the package.

@functionaldude
Copy link

please merge this, i was debugging this for over 30 minutes!

@gasova
Copy link

gasova commented May 23, 2024

Hi How do we use this switch ? it is not documented, after installation I have the following warning when I do brew doctor :

Warning: Unbrewed dylibs were found in /usr/local/lib.
If you didn't put them there on purpose they could cause problems when
building Homebrew formulae and may need to be deleted.

Unexpected dylibs:
/usr/local/lib/libakisp11.dylib

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.

None yet

3 participants