Skip to content

Add support for --bindir and remember the relative locations of bindir and libdir vs prefix (ie: sysroot)#19065

Closed
codyps wants to merge 9 commits intorust-lang:masterfrom
codyps:bindir-libdir
Closed

Add support for --bindir and remember the relative locations of bindir and libdir vs prefix (ie: sysroot)#19065
codyps wants to merge 9 commits intorust-lang:masterfrom
codyps:bindir-libdir

Conversation

@codyps
Copy link
Contributor

@codyps codyps commented Nov 18, 2014

Potential downsides:

  • right now adds a build dependency on realpath, which I'm not sure everyone has, to determine relative directories. It's possible we could substitute something else if this matters.

Upsides:

  • --libdir now avoids breaking things at runtime if it isn't in one of the expected locations
  • config diff between windows and everyone else is now confined to the configure script.

Loading
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.

3 participants