We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc656b0 commit d97dbd4Copy full SHA for d97dbd4
src/luarocks/build/rust-mlua.lua
@@ -80,7 +80,7 @@ function mlua.run(rockspec, no_install)
80
81
local rustlib = "lib" .. rustlib_name .. "." .. cfg.external_lib_extension
82
if cfg.is_platform("windows") then
83
- rustlib = mod .. "." .. cfg.external_lib_extension
+ rustlib = rustlib_name .. "." .. cfg.external_lib_extension
84
end
85
86
local src = dir.path(target_path, "release", rustlib)
0 commit comments