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: bindings/c/README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -52,12 +52,12 @@ cmake --install build
52
52
53
53
On Windows, you will need to pass the `-A` flag when configuring the project. For instance, to target ARM64:
54
54
55
-
```
55
+
```bash
56
56
cmake -S . -B build -A ARM64
57
57
```
58
58
59
59
On other platforms you will have to specify which Rust target to use, as well as tell CMake for which architecture to compile. Here is how you would cross-compile for Linux X86 from Linux AMD64:
0 commit comments