Uh oh!
There was an error while loading. Please reload this page.
Ninja makefile fallback - #108
Conversation
|
Does the fact that Chromium is dropping Ninja in favour of Siso have any impact on this? |
kraenhansen
commented
Jun 21, 2025
Using Ninja by default is just to get the fastest builds possible and CMake doesn't support Siso: This suggested change is just a simple way to degrade gracefully, in case the Ninja is not installed, to not force library authors into using Ninja - if they absolutely doesn't want to install it. |
90dd405 to
8dac805Compare
This fixes#95 by adding a check and a fallback to Unix Makefiles.
Currently in draft because it building
weak-node-apifails when the fallback is used: