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 use the guide and trying to adapt it for Windows OS, when I run the command python .\x.py build, I get thread 'main' panicked at 'shared linking to LLVM is not currently supported on x86_64-pc-windows-msvc', src\bootstrap\native.rs:162:13 .
Is there any way to do this on Windows?
The text was updated successfully, but these errors were encountered:
I use the guide and trying to adapt it for Windows OS, when I run the command
python .\x.py build
, I getthread 'main' panicked at 'shared linking to LLVM is not currently supported on x86_64-pc-windows-msvc', src\bootstrap\native.rs:162:13
.Is there any way to do this on Windows?
The text was updated successfully, but these errors were encountered: