From 20fb42aa4ca258bd26615561ec37e2d362e45191 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Mon, 21 Aug 2023 20:45:35 +0300 Subject: [PATCH] notes... Signed-off-by: Alex A. Naanou --- Viewer/Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Viewer/Makefile b/Viewer/Makefile index 9f423d2f..5b6de240 100644 --- a/Viewer/Makefile +++ b/Viewer/Makefile @@ -35,6 +35,11 @@ # - iOS # - Android # - web +# - Cross compilation / cross builds +# a working cross compilation target for npm / node-gyp +# to use, see the respective docs for the build system's +# compiler chain used by node. +# # # ## To check for buld/development dependencies that make can't install itself: