nodejs / gyp-next

A fork of the GYP build system for use in the Node.js projects
BSD 3-Clause "New" or "Revised" License
125 stars 69 forks source link

fix: avoid quoting cflag name and parameter with space separator #223

Closed legendecas closed 4 months ago

legendecas commented 4 months ago

Fixes: https://github.com/nodejs/node-gyp/issues/2858

Avoid quoting -arch arm64 in generated compile_commands.json as c++ "-arch arm64".

legendecas commented 4 months ago

@nodejs/gyp I'd appreciate it if this could have a review, thank you!

legendecas commented 4 months ago

Sure, https://github.com/nodejs/gyp-next/pull/224