mirror of
https://github.com/hexedtech/codemp.git
synced 2024-11-21 23:04:49 +01:00
fix(lua): option to build on mac and x86 linux
This commit is contained in:
parent
988e443e78
commit
27159ea733
2 changed files with 5 additions and 1 deletions
5
.cargo/config.toml
Normal file
5
.cargo/config.toml
Normal 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
1
.gitignore
vendored
|
@ -1,5 +1,4 @@
|
|||
/target
|
||||
.cargo
|
||||
.vscode/
|
||||
*.sublime-*
|
||||
!.github
|
||||
|
|
Loading…
Reference in a new issue