winbuild.sh: Scale number of jobs to number of cores
winbuild.sh sets hardcoded '-j6' for make by default (unless user overrides that). The default should scale to number of cores, probably '-j$(nproc)'
winbuild.sh sets hardcoded '-j6' for make by default (unless user overrides that). The default should scale to number of cores, probably '-j$(nproc)'