You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I only have a Mac and have not implemented cross platform support yet.
Doing so should be relatively easy, all of the related code is located at the bottom of the compile.rs file.
All that needs to be done is detecting the current OS and giving LLVM the correct parameters for the detected operating system.
If anyone using linux would like to implement this it would be well appreciated
The text was updated successfully, but these errors were encountered:
I only have a Mac and have not implemented cross platform support yet.
Doing so should be relatively easy, all of the related code is located at the bottom of the compile.rs file.
All that needs to be done is detecting the current OS and giving LLVM the correct parameters for the detected operating system.
If anyone using linux would like to implement this it would be well appreciated
The text was updated successfully, but these errors were encountered: