MoAlyousef / zfltk

Zig bindings for the FLTK gui library
MIT License
53 stars 6 forks source link

build.zig: limit # jobs to cpu count (fix #18) #19

Closed ghost closed 1 year ago

ghost commented 1 year ago

I get the following on cmake startup, but it does work as intended, and I can see that cmake is correctly invoked with --parallel <core-count>:

CMake Warning:
  Ignoring empty string ("") provided on the command line.

CMake Warning:
  Ignoring empty string ("") provided on the command line.
ghost commented 1 year ago

Not very important, but for the record, I've observed that libcxx is still built with the new build setup. This time, it's after fltk is built and zig code gets processed. Probably working as intended.

MoAlyousef commented 1 year ago

Thank you