Closed trsh closed 4 months ago
Cargo
[package] name = "ai" version = "0.1.0" edition = "2021" [dependencies] mun_runtime = "0.4.0" mun_compiler = "0.4.0"
Error:
error: failed to run custom build command for lld_rs v130.0.0
lld_rs v130.0.0
But I am on Ubuntu WSL llvm 140. Prefix LLVM_SYS_140_PREFIX. is now set correctly
LLVM_SYS_140_PREFIX.
Added 130 llvm and it works now with that.
v0.4.0 depends on LLD 13 indeed.
Cargo
Error:
error: failed to run custom build command for
lld_rs v130.0.0
But I am on Ubuntu WSL llvm 140. Prefix
LLVM_SYS_140_PREFIX.
is now set correctly