Skip to content

Commit d029841

Browse files
committed
remove reference to wscript
1 parent f9ed272 commit d029841

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

01_bare_minimum/modulename.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ void RegisterModule(v8::Handle<v8::Object> target) {
77

88
// Register the module with node. Note that "modulename" must be the same as
99
// the basename of the resulting .node file. You can specify that name in
10-
// wscript. When you change it there, change it here too.
10+
// binding.gyp ("target_name"). When you change it there, change it here too.
1111
NODE_MODULE(modulename, RegisterModule);

0 commit comments

Comments
 (0)