-
Notifications
You must be signed in to change notification settings - Fork 7
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
Replace Puppy with standard HTTP client? #160
Comments
@YamatoSecurity |
@fukusuket Since we already require separate dlls to be bundled I don't think there is any problem to add one more. As long as it can compile statically on linux and macos. |
@YamatoSecurity |
I'll try implementing it! |
@YamatoSecurity |
@fukusuket Thanks so much for implementing it. It seems the problem is that libpcre is still being compiled dynamically. |
@YamatoSecurity
|
I was able to solve the pcre compile error, but now I have a sqlite compile error ... :(
memo:
|
sqlite static compile error memo
|
@fukusuket
What about replacing Puppy with https://nim-lang.org/docs/httpclient.html in order to be able to compile static linux binaries?
The text was updated successfully, but these errors were encountered: