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

feat(zos): support IBM Open XL C/C++ & PL/I compilers on z/OS #178

Closed gabylb closed 1 year ago

gabylb commented 1 year ago

Environment variable CC is set in a user's environment starting with Node.js v18 for z/OS, which requires IBM Open XL C/C++ compiler (invocation: clang, ibm-clang64 or ibm-clang), but CC may not be set in older versions (which required njsc or xlclang), hence default to njsc to support older versions.