Skip to content

Commit

Permalink
build: farmhash import
Browse files Browse the repository at this point in the history
  • Loading branch information
Mario Reder committed Feb 22, 2019
1 parent c840438 commit adec5e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ function build (platform, platformName, arch) {
.replace(/\.node /g, `.node") `)
.replace(
`./build/Release/farmhash`,
`module.exports = require("./farmhash.node_${platform}_57");`
`module.exports = require("./farmhash_${platform}_57.node");`
)
)

Expand Down

0 comments on commit adec5e4

Please sign in to comment.