-
Notifications
You must be signed in to change notification settings - Fork 842
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
Add options to override locations of programs called from stack #2369
Comments
Good idea! Should also share code with #652 |
This would allow stack users to link with the |
I published #3118 as a quick solution to overriding Also, my cabal (
Quite a few. The complete solution should cover them all. I've started playing around more comprehensive code. |
This is a more complete solution comparing with d145fcf. Closes commercialhaskell#2369.
This is a more complete solution comparing with d145fcf. Closes commercialhaskell#2369.
Hi, sorry if this is unrelated: |
I've commented on that issue, I don't think it's related |
Would #1438 (adding a |
I believe the new |
(This issue is split off from #593.)
It should be possible to specify the locations of the programs that stack calls, like
ldd
orstrip
.The location of
gcc
can be specified via--with-gcc
since #2264.The text was updated successfully, but these errors were encountered: