We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fdbb96 commit 1bda14dCopy full SHA for 1bda14d
book/src/build/other.md
@@ -7,6 +7,12 @@ You will need to achieve at least these three things:
7
- Compile the generated C++ code.
8
- Link the resulting objects together with your other C++ and Rust objects.
9
10
+*Not all build systems are created equal. If you're hoping to use a build system
11
+from the '90s, especially if you're hoping to overlaying the limitations of 2 or
12
+more build systems (like automake+cargo) and expect to solve them
13
+simultaneously, then be mindful that your expectations are set accordingly and
14
+seek sympathy from those who have imposed the same approach on themselves.*
15
+
16
### Producing the generated code
17
18
CXX's Rust code generation automatically happens when the `#[cxx::bridge]`
0 commit comments