-
-
Notifications
You must be signed in to change notification settings - Fork 5
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
OpenBSD (and others) support #7
Comments
Actually, if this pull request kevva/bin-wrapper#56 got merge, the problem would be solved. So I'll close this issue |
Though for the pull request to work you will have to update your error handling in suffix.js |
Just letting you know that applying the pull request to bin-wrapper, changing the filename variable in lib/index.js to 'simplehttp2server' and running |
I have simplehttp2 installed with go get but this package always tries to use the binaries, which doesnt work on openbsd (or any random os without prebuilt binaries)
I'd like to install preact-cli but it requires this package as a dependency. Would there be a way to defer to the go compiler when no binaries are available? That way any operating system with go installed could be supported.
The text was updated successfully, but these errors were encountered: