diff --git a/scripts/helpers.js b/scripts/helpers.js index c565db0c..c41d5b3d 100644 --- a/scripts/helpers.js +++ b/scripts/helpers.js @@ -76,7 +76,7 @@ function getApiBinaryPaths(rootPath) { if (os.platform() === 'win32') { file += '.dll'; } else { - file += '.so'; + file = `lib${file}.so`; } for (let i = 0; i < pathsToTry.length; ++i) {