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
hello I was compiling on windows and got this error
thread 'main' panicked at C:\Users\me.cargo\git\checkouts\ctru-rs-1206856f7a5d76bc\4a15ec9\ctru-sys\build.rs:180:10:
called Result::unwrap() on an Err value: Os { code: 3, kind: NotFound, message: "The system cannot find the path specified." }
note: run with RUST_BACKTRACE=1 environment variable to display a backtrace
warning: build failed, waiting for other jobs to finish..
The text was updated successfully, but these errors were encountered:
hello I was compiling on windows and got this error
thread 'main' panicked at C:\Users\me.cargo\git\checkouts\ctru-rs-1206856f7a5d76bc\4a15ec9\ctru-sys\build.rs:180:10:
called
Result::unwrap()
on anErr
value: Os { code: 3, kind: NotFound, message: "The system cannot find the path specified." }note: run with
RUST_BACKTRACE=1
environment variable to display a backtracewarning: build failed, waiting for other jobs to finish..
The text was updated successfully, but these errors were encountered: