Gemba / skyscraper

Powerful and versatile game data scraper written in Qt and C++.
https://gemba.github.io/skyscraper/
GNU General Public License v3.0
53 stars 14 forks source link

fix: alias for nproc on osx update_skyscraper.sh #73

Closed calumbrodie closed 5 months ago

calumbrodie commented 5 months ago

nproc isn't a command on OSX and the result is the make process is slower than it needs to be. This adds a alias for nproc which returns the number of logical cores:

https://github.com/memkind/memkind/issues/33#issuecomment-540614162

Gemba commented 5 months ago

Thanks again. I have integrated it with #75.