Skip to content

SR-2100 - Add support for multi-lib systems #348

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

Closed
wants to merge 6 commits into from
Closed

SR-2100 - Add support for multi-lib systems #348

wants to merge 6 commits into from

Conversation

ghost
Copy link

@ghost ghost commented Mar 15, 2018

SR-2100 - Add support for multi-lib systems

Use the new SWIFT_LIBDIR cmake variable defined by swift's build-script (pending pull request), so
Linux distributions using lib64 instead of lib for 64-bit libraries could install
swift without the need for patches, like Fedora.

Felipe Bugno and others added 6 commits October 31, 2017 22:00
can select it with the build modifier --libdir-suffix
when using the build-script from swift source tree.

So, with a --libdir-suffix=64, everything will be
compiled to work and install files on /usr/lib64
for example.

Ommiting it should default to a plain lib, without
a suffix.
@MadCoder
Copy link
Contributor

can this be a single commit please?

Copy link
Contributor

@MadCoder MadCoder left a comment

Choose a reason for hiding this comment

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

please squash

@ghost
Copy link
Author

ghost commented Apr 13, 2018

@MadCoder The intermediate merges are messing with git rebase, i will do a new pull request from a clean branch, better that way. Closing this one.

@ghost ghost closed this Apr 13, 2018
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants