Ninja makefile fallback - #108
kraenhansen wants to merge 3 commits into
Conversation
|
|
Does the fact that Chromium is dropping Ninja in favour of Siso have any impact on this? |
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
8dac805
Compare
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: