Skip to content

Commit 1c79f64

Browse files
committed
Update README
1 parent 7f5fd36 commit 1c79f64

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,11 +141,17 @@ rustflags = [
141141
"-C", "link-arg=-undefined",
142142
"-C", "link-arg=dynamic_lookup",
143143
]
144+
145+
[target.aarch64-apple-darwin]
146+
rustflags = [
147+
"-C", "link-arg=-undefined",
148+
"-C", "link-arg=dynamic_lookup",
149+
]
144150
```
145151
On Linux you can build modules normally with `cargo build --release`.
146152
Vendored and non-vendored builds are supported for these OS.
147153

148-
On Windows `vendored` mode is not supported since you need to link to a Lua dll.
154+
On Windows `vendored` mode for modules is not supported since you need to link to a Lua dll.
149155
Easiest way is to use either MinGW64 (as part of [MSYS2](https://github.com/msys2/msys2) package) with `pkg-config` or
150156
MSVC with `LUA_INC` / `LUA_LIB` / `LUA_LIB_NAME` environment variables.
151157

0 commit comments

Comments
 (0)