electron / libchromiumcontent

Shared library build of Chromium’s Content module
MIT License
485 stars 183 forks source link

Only build native_mksnapshot for arm and arm64 #535

Closed jkleinsc closed 6 years ago

jkleinsc commented 6 years ago

This PR changes script/build to not build native_mksnapshot if you are not on hardware capable of building those binaries. Fixes #509

alexeykuzmin commented 6 years ago

/cc @alespergl

jkleinsc commented 6 years ago

@alexeykuzmin good point about create-dist. I updated that script as well and I also realized that script/run-gn could be adjusted to not run the native_mksnapshot stuff as well.