Skip to content

Commit

Permalink
gyp: fix gypfile name in index.js
Browse files Browse the repository at this point in the history
Refs: nodejs/node-addon-api#643
PR-URL: nodejs/node-addon-api#658
Reviewed-By: Nicola Del Gobbo <nicoladelgobbo@gmail.com>
Reviewed-By: Gabriel Schulhof <gabriel.schulhof@intel.com>
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
  • Loading branch information
John French committed Jan 30, 2020
1 parent 7b60969 commit 928b339
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 928b339

Please sign in to comment.