-
Notifications
You must be signed in to change notification settings - Fork 71
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
Kovri: fix environment for Win/MinGW builds #2
Comments
I added env={'MSYSTEM': "MINGW32"} and env={'MSYSTEM': "MINGW64"} to the respective build factories and run the make command via the mingw bash shell. Mingw32 and mingw64 builds now compile but fail on tests. See I opened issue #5 to enable tracking these build config changes. |
I've pushed a fix for tests (not related to environment). Everything looks great so far 👍 🍻 I'll reopen this issue if needed. |
Effects monero-project/kovri#431, build logs here and here. A fix is currently in-progress, ticketing for housekeeping.
The text was updated successfully, but these errors were encountered: