Skip to content

Commit

Permalink
Fix symlink creation under luajit-openresty
Browse files Browse the repository at this point in the history
  • Loading branch information
leso-kn authored and leafo committed Mar 13, 2024
1 parent 139389f commit ef92399
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ async function install_luajit_openresty(luaInstallPath) {
cwd: pathJoin(buildPath, "luajit2")
})

await finish_luajit_install(pathJoin(buildPath, "luajit2", "src"), luaInstallPath, "luajit-2.1.0-beta3")
await finish_luajit_install(pathJoin(buildPath, "luajit2", "src"), luaInstallPath, "luajit")
}

async function install_luajit(luaInstallPath, luajitVersion) {
Expand Down

0 comments on commit ef92399

Please sign in to comment.