oven-sh / bun

Incredibly fast JavaScript runtime, bundler, test runner, and package manager – all in one
https://bun.sh
Other
73.7k stars 2.72k forks source link

Why bun can't be built with make? #14365

Closed ncihnegn closed 5 days ago

ncihnegn commented 1 week ago

What makes Ninja a build requirement?

nektro commented 5 days ago

you can manually run the command from bun run build but choose any cmake generator available.

-bun ./scripts/build.mjs -GNinja -DCMAKE_BUILD_TYPE=Debug -B build/debug
+bun ./scripts/build.mjs -G'Unix Makefiles' -DCMAKE_BUILD_TYPE=Debug -B build/debug