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 TemplateHaskell linking against cc_library targets on macOS. #218

Merged
merged 1 commit into from
Apr 25, 2018

Conversation

judah
Copy link
Collaborator

@judah judah commented Apr 24, 2018

As with the binary, we need to use install_name_tool to correct
linker paths so they're relative to the file that references them.

Modifies a test to add a cc_library dependency. Previously all
the tests only depended on Nix-supplied C libraries, which have
absolute paths and thus weren't triggering this bug.

As with the binary, we need to use `install_name_tool` to correct
linker paths so they're relative to the file that references them.

Modifies a test to add a `cc_library` dependency.  Previously all
the tests only depended on Nix-supplied C libraries, which have
absolute paths and thus weren't triggering this bug.
Copy link
Member

@mrkkrp mrkkrp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@judah judah merged commit b0c387a into tweag:master Apr 25, 2018
@judah judah deleted the th-load-c-lib branch April 25, 2018 16:01
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