Skip to content

Commit

Permalink
gyp: fix gypfile name in index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
addaleax committed Jan 24, 2020
1 parent 4648420 commit 878d97d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const path = require('path');

module.exports = {
include: `"${__dirname}"`,
gyp: path.join(__dirname, 'nothing.gyp:nothing'),
gyp: path.join(__dirname, 'node_api.gyp:nothing'),
isNodeApiBuiltin: true,
needsFlag: false
};

0 comments on commit 878d97d

Please sign in to comment.