Skip to content

build: rewrite makefile in python

This pull request introduces a Python build file to replace the Node.js Makefile. In my opinion, maintaining both vcbuild and Makefile (and keeping them feature-compatible) seems difficult. This change should, in my opinion, make maintenance easier, but there may be a learning curve.

The Python version assumes that the user, even on Windows, has Make installed. However, it doesn't rely on Unix commands except in the v8 target (which I aim to change soon) and MacOS-specific cases.

Merge request reports

Loading