This repo contains the scripts that build Node.js as a static library for embedding in DeskGap.
export LIBNODE_NODE_VERSION=v15.11.0
export LIBNODE_CONFIG_FLAGS=--without-intl
export LIBNODE_ZIP_SUFFIX=-nointl
export LIBNODE_X86=1
python3 -m scripts.download
python3 -m scripts.patch
python3 -m scripts.build
python3 -m scripts.postproc
python3 -m scripts.headers
python3 -m scripts.test
python3 -m scripts.archive