Skip to content

Commit 7ac6e21

Browse files
addaleaxGabriel Schulhof
authored andcommitted
gyp: fix gypfile name in index.js
Refs: #643 PR-URL: #658 Reviewed-By: Nicola Del Gobbo <[email protected]> Reviewed-By: Gabriel Schulhof <[email protected]> Reviewed-By: Michael Dawson <[email protected]>
1 parent 4648420 commit 7ac6e21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ const path = require('path');
22

33
module.exports = {
44
include: `"${__dirname}"`,
5-
gyp: path.join(__dirname, 'nothing.gyp:nothing'),
5+
gyp: path.join(__dirname, 'node_api.gyp:nothing'),
66
isNodeApiBuiltin: true,
77
needsFlag: false
88
};

0 commit comments

Comments
 (0)