From b52141d6a851ae5f4d1d34442ab784a8e46b03d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damir=20Jeli=C4=87?= Date: Tue, 26 Nov 2019 10:12:52 +0100 Subject: [PATCH] native-node-modules: Add a section about cross compilation. --- docs/native-node-modules.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/native-node-modules.md b/docs/native-node-modules.md index 41c3789f35..76bd5a1607 100644 --- a/docs/native-node-modules.md +++ b/docs/native-node-modules.md @@ -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