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.
target-dir
target
1 parent e6580ef commit 496e9d4Copy full SHA for 496e9d4
src/luarocks/build/rust-mlua.lua
@@ -38,7 +38,7 @@ function mlua.run(rockspec, no_install)
38
local cmd = {"cargo build --release"}
39
40
local target_path = rockspec.build and rockspec.build.target_path or "target"
41
- table.insert(cmd, "--target=" .. fs.Q(target_path))
+ table.insert(cmd, "--target-dir=" .. fs.Q(target_path))
42
43
if rockspec.build then
44
-- Check if default features not required
0 commit comments