Updated DLL
Fixed DLL loading issues with Linux
This commit is contained in:
parent
5d17c3eeed
commit
5da0c7f397
6 changed files with 25 additions and 4 deletions
4
.cargo/config
Normal file
4
.cargo/config
Normal file
|
@ -0,0 +1,4 @@
|
|||
[target.x86_64-unknown-linux-gnu]
|
||||
rustflags = [
|
||||
"-C", "link-arg=-Wl,-rpath,$ORIGIN",
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue