CVSROOT: /cvs Module name: ports Changes by: [email protected] 2019/12/28 08:53:54
Modified files:
cad/kicad : Makefile
Log message:
kicad couldn't be built with ninja with the random build ordering; this is now
working following the patch to ninja so remove USE_NINJA=No.
The failure here was netlist_reader.h depending on generated netlist_lexer.h;
however the input files used by cmake to generate the ninja build files do list
this dependency.
