Skip to content

Commit e0cbd70

Browse files
committed
Fix build script on case-sensitive filesystems
1 parent 879fc3f commit e0cbd70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wrap-node.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ module.exports = (function() {
2929
Long = require("long"),
3030
memcpy = null; try { memcpy = require("memcpy"); } catch (e) {}
3131

32-
//? include("ByteBuffer.js");
32+
//? include("bytebuffer.js");
3333

3434
/**
3535
* node-memcpy. This is an optional binding dependency and may not be present.

0 commit comments

Comments
 (0)