Skip to content

Commit 7f5633e

Browse files
committed
Update README
1 parent e0c90c1 commit 7f5633e

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,12 @@ build = {
3232
type = "rust-mlua",
3333

3434
modules = {
35-
-- Native library expected in `<target_path>/release/libmy_module.so` (linux; uses right name on macos/windows)
35+
-- Native library expected
36+
-- in `<target_path>/release/libmy_module.so` (os-dependent)
37+
["my_module"] = "my_module",
3638
"my_module",
37-
-- More complex case, native library expected in `<target_path>/release/libalt_name.so`
39+
-- More complex case,
40+
-- native library expected in `<target_path>/release/libalt_name.so`
3841
["my_module"] = "alt_name",
3942
},
4043

0 commit comments

Comments
 (0)