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