We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, thank you for great project!
I'm having a project which using a rustler nif package, I'm trying to compile my project on Windows host but the binary return Error: FileNotFound!.
Error: FileNotFound!
So the question is how can I compile the project in linux with rustler nif package which can using on Windows?
Please help. Thank you!
The text was updated successfully, but these errors were encountered:
Hey there! We don't have support for rustler just yet... but i'll leave this open to track.
Sorry, something went wrong.
Thanks @doawoo for your response!
Can you give me some hints so I can start to make Burrito can work on Windows.
Thanks
Can you provide me with at a minimum the mix.exs file for the project you are running into issues on? I'll have to try and reproduce things on my end.
mix.exs
Also, we don't support building on Windows but targeting windows from Linux or MacOS.
My current solution is modify my ruster lib to set target option from RUSTER_TARGET environment when build the app
target
doawoo
No branches or pull requests
Hi, thank you for great project!
I'm having a project which using a rustler nif package, I'm trying to compile my project on Windows host but the binary return
Error: FileNotFound!
.So the question is how can I compile the project in linux with rustler nif package which can using on Windows?
Please help. Thank you!
The text was updated successfully, but these errors were encountered: