native-node-modules: Add a section about cross compilation.

pull/11125/head
Damir Jelić 2019-11-26 10:12:52 +01:00
parent da4b4037a8
commit b52141d6a8
1 changed files with 3 additions and 1 deletions

View File

@ -11,7 +11,9 @@ as is done for Riot releases, instead of trusting binaries hosted on npm,
then please read on.
Do note that compiling a module for a particular operating system
(Linux/Mac/Windows) and will need to be done on that operating system.
(Linux/macOS/Windows) and will need to be done on that operating system.
Cross-compiling from a host OS for a different target OS may be possible, but
we don't support this flow with Riot dependencies at this time.
## Adding Seshat support