This repo contains the scripts that build Node.js as a static library for embedding in DeskGap.
export LIBNODE_NODE_VERSION=v14.5.0export LIBNODE_CONFIG_FLAGS=--without-intl
export LIBNODE_ZIP_SUFFIX=-nointlexport LIBNODE_X86=1python3 -m scripts.downloadpython3 -m scripts.buildpython3 -m scripts.testpython3 -m scripts.postproc
python3 -m scripts.archive