-
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
Cannot compile for Windows #15
Comments
I think there are two issues currently with having this work on windows. Firstly, we're using some undocumented hooks into the event scheduler Secondly, I think there are some behavioral differences in the library itself between *nix and windows. Happy to accept pull requests |
Hi @stakach and thanks for the so quick response! I am still new to Crystal so I may not be able (just yet) to do a PR for this. For the time being users of my tool can just use the Linux binary under WSL I guess, since they are developers anyway. Thanks! |
probably worth keeping open for prosperity |
Hi! First of all thanks for this awesome library, works like a charm!
I am trying to build a Windows executable from my Mac, but I get errors related to macros that do something specific if the architecture of the OS is Darwin/macOS. Is there any workaround for this that would allow me to compile for Windows? Thanks in advance!
The text was updated successfully, but these errors were encountered: