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
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -34,9 +34,11 @@ To configure `cargo-xbuild` create a `package.metadata.cargo-xbuild` table in yo
34
34
```toml
35
35
[package.metadata.cargo-xbuild]
36
36
memcpy = true
37
+
sysroot_path = "target/sysroot"
37
38
```
38
39
39
40
- The `memcpy` flag defines whether the `mem` feature of the `compiler_builtins` crate should be activated. Turning this flag off allows to specify own versions of the `memcpy`, `memset` etc. functions.
41
+
- The `sysroot_path` flag specifies the directory where the sysroot should be placed.
0 commit comments