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

Allow using system installed libuv #32

Conversation

simonvanderveldt
Copy link
Member

Instead of the included git submodule.
Can be enabled using the configure flag --enable-system-libuv

This fixes #30

@wrl I went for an explicit configure option instead of "magic" based on if the submodule would or wouldn't exist. IMHO this is a bit cleaner plus it allows the build to fail when the packager wants to use the system libuv and it isn't installed (and the git submodule is checked out).

Also, I didn't make the flag Linux specific since libuv can be installed systemwide on both macOS (http://formulae.brew.sh/formula/libuv) and Windows (https://www.nuget.org/packages/Libuv/).

@simonvanderveldt simonvanderveldt changed the title Allow using system installed libuvAdd Allow using system installed libuv Oct 28, 2017
Instead of the included git submodule.
Can be enabled using the configure flag --enable-system-libuv
@wrl
Copy link
Member

wrl commented Oct 28, 2017

👌
looks good, dude

thanks :)

@wrl
Copy link
Member

wrl commented Oct 28, 2017

merged (with rewritten commit msg) as b1e9a64

@wrl wrl closed this Oct 28, 2017
@simonvanderveldt simonvanderveldt deleted the allow-using-system-libuv branch October 31, 2017 20:31
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.

Use system libuv instead of submodule?
2 participants