fix(lua): option to build on mac and x86 linux

This commit is contained in:
əlemi 2024-09-09 17:48:34 +02:00
parent 988e443e78
commit 27159ea733
Signed by: alemi
GPG key ID: A4895B84D311642C
2 changed files with 5 additions and 1 deletions

5
.cargo/config.toml Normal file
View file

@ -0,0 +1,5 @@
[target.x86_64-unknown-linux-gnu]
rustflags = ["-C", "link-args=-rdynamic"]
[target.x86_64-apple-darwin]
rustflags = ["-C", "link-args=-rdynamic"]

1
.gitignore vendored
View file

@ -1,5 +1,4 @@
/target
.cargo
.vscode/
*.sublime-*
!.github