Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
gyp: fix gypfile name in index.js
Refs: #643
  • Loading branch information
addaleax committed Jan 24, 2020
commit 878d97d4aca5e07b2bdfe578cd482aeb3a887e31
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
};