Skip to content

Commit fbf9be8

Browse files
hishamhmleafo
authored andcommitted
luajit: Copy Windows library to lib as well
1 parent 19803cc commit fbf9be8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

main.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ const processCwd = () => {
6666
async function finish_luajit_install(src, dst, luajit) {
6767
if (isWindows()) {
6868
await fsp.copyFile(pathJoin(src, "lua51.dll"), pathJoin(dst, "bin", "lua51.dll"))
69+
await fsp.copyFile(pathJoin(src, "lua51.dll"), pathJoin(dst, "lib", "lua51.dll"))
6970

7071
await exec.exec(`ln -s ${luajit} lua.exe`, undefined, {
7172
cwd: pathJoin(dst, "bin")

0 commit comments

Comments
 (0)