I have a core library compiled for a custom target, I want to change the sysroot path to this custom library, how to do ?
You probably want to set RUSTFLAGS
for the respective crate or target.
This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.