Skip to content

Commit

Permalink
fix(core): native ext bad path
Browse files Browse the repository at this point in the history
  • Loading branch information
slvnperron committed Mar 8, 2019
1 parent 0ef8e3c commit 68e2d07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bp/sdk/rewire.ts
Expand Up @@ -28,7 +28,7 @@ if (process.distro.os === 'linux') {
.reverse()

const nearestDistro = _.find(folders, f => f <= fullDist) || _.first(folders)
nearestDistro && platformFolders.unshift(nearestDistro)
nearestDistro && platformFolders.unshift('linux/' + nearestDistro)
} finally {
}
} else if (os.platform() === 'win32') {
Expand Down

0 comments on commit 68e2d07

Please sign in to comment.