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: linker warning #187

Merged
merged 1 commit into from
Oct 15, 2021
Merged

Conversation

dabfleming
Copy link
Contributor

Using v2 I get a persistent warning when running tests:

ld: warning: directory not found for option '-L/opt/pact/lib'

When I poked around I discovered I didn't have any pact tooling installed under /opt/pact. I'm assuming this was left over from previous stuff but is not used by the go based installer?

All I seem to get after installing is /usr/local/lib/libpact_ffi.dylib

Fix the linker warning by removing old pact path
@mefellows
Copy link
Member

I had plans to allow the libraries to be installed in multiple places. /usr/local/lib is not always accessible, so having backups for those users with locked down machines is nice. But let's stick with this and see what happens when it expands further into the wild - thanks.

@mefellows mefellows merged commit 2be2cde into pact-foundation:2.x.x Oct 15, 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