Skip to content

Commit

Permalink
gyp: fix gypfile name in index.js
Browse files Browse the repository at this point in the history
Refs: #643
PR-URL: #658
Reviewed-By: Nicola Del Gobbo <[email protected]>
Reviewed-By: Gabriel Schulhof <[email protected]>
Reviewed-By: Michael Dawson <[email protected]>
  • Loading branch information
addaleax authored and Gabriel Schulhof committed Jan 30, 2020
1 parent 4648420 commit 7ac6e21
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 7ac6e21

Please sign in to comment.