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

lib: allow to disable shared libraries #504

Merged
merged 1 commit into from Apr 24, 2018

Conversation

baruchsiach
Copy link
Contributor

Just like BUILD_STATIC=no disables static libraries, BUILD_SHARED=no
disabled shared libraries. This is useful to support toolchains that do
not support shared libraries.

Just like BUILD_STATIC=no disables static libraries, BUILD_SHARED=no
disabled shared libraries. This is useful to support toolchains that do
not support shared libraries.
@Cyan4973
Copy link
Member

Good point @baruchsiach !

I was thinking : we now have a few variables which can influence the build process.
It would probably be a good idea to document them,
for example in a README.md in the same directory.

@Cyan4973 Cyan4973 merged commit 092cb77 into lz4:dev Apr 24, 2018
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.

None yet

2 participants