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

Option to disable static build #93

Closed
jakirkham opened this issue Jun 25, 2017 · 3 comments
Closed

Option to disable static build #93

jakirkham opened this issue Jun 25, 2017 · 3 comments

Comments

@jakirkham
Copy link

It would be really nice if the CMake build would accept options to configure whether the non-static, static, or both should be built.

@tianon
Copy link
Contributor

tianon commented Jun 26, 2017

Aren't the make targets for tini and tini-static already separate? As in, after cmake ., one can make tini (non-static), make tini-static, or make tini tini-static (both) to their heart's content?

@jakirkham
Copy link
Author

Wouldn't make install trigger both builds anyways?

@krallin
Copy link
Owner

krallin commented Jul 12, 2017

@jakirkham it will, but install does not do much anyway.

I'd use the following if I were you: make tini && install -D tini /usr/local/bin.

Let me know if that doesn't work for you!

@krallin krallin closed this as completed Jul 12, 2017
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

No branches or pull requests

3 participants