From adec5e4ebe50c234162c32c69fe21a82d8de5632 Mon Sep 17 00:00:00 2001 From: Mario Reder Date: Fri, 22 Feb 2019 05:53:29 +0100 Subject: [PATCH] build: farmhash import --- build.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.js b/build.js index d7f283a..6ec42f1 100644 --- a/build.js +++ b/build.js @@ -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");` ) )