diff --git a/triplet.js b/triplet.js index 92e359c..3c0270d 100644 --- a/triplet.js +++ b/triplet.js @@ -725,6 +725,16 @@ var Triplet = ('object' === typeof module && exports) || {}; } } + // See + if (target.os === 'linux') { + if (target.libc === 'none') { + let isGnuOnly = terms.includes('gnu'); + if (isGnuOnly) { + target.libc = 'gnu'; + } + } + } + // for (let ext of Triplet.TERMS_EXTS_BUILD) { // if (filename.endsWith(ext)) { // if (!target.ext) {