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

Revert back to using ar on Darwin (not libtool) #392

Merged
merged 1 commit into from
Aug 10, 2018
Merged

Conversation

mboes
Copy link
Member

@mboes mboes commented Aug 9, 2018

Fixes #389.

@mboes mboes requested a review from judah August 9, 2018 10:42
Copy link
Collaborator

@judah judah left a comment

Choose a reason for hiding this comment

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

LGTM with one suggestion. Thanks for the fix!

])
hs.actions.run(

# TODO Get ar location from the CC toolchain. This is
Copy link
Collaborator

Choose a reason for hiding this comment

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

We still have an override making hs.tools.ar point to /usr/bin/ar on Mac:

if targets_r["ar"].find("libtool") >= 0:

I suggest using hs.tools.ar here, as we do on l.251.

Copy link
Member Author

Choose a reason for hiding this comment

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

Good point.

@mboes mboes merged commit 9641cba into master Aug 10, 2018
@mboes mboes deleted the no-libtool-darwin branch August 10, 2018 06:33
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