I just set everything up and it builds normally with cargo 3ds build. I am using all the devkitPro stuff and LLVM on Windows. However, running cargo 3ds build --release gives this error. Not sure if this is a rustflags thing and an issue with cargo-3ds.
I just set everything up and it builds normally with
cargo 3ds build
. I am using all the devkitPro stuff and LLVM on Windows. However, runningcargo 3ds build --release
gives this error. Not sure if this is a rustflags thing and an issue with cargo-3ds.