Hacker News new | ask | show | jobs
by revelation 3387 days ago
How do you in 2017 come up with a build system that doesn't even run on Windows.
2 comments

They made buck for themselves where their infrastructure runs on (*nix). Google's internal build tool (before bazel) was the same. Now chromium's GN build tool was made for their product that was targetted to run everywhere, which is why windows support is good.
how is current_year different than last_year?