Updated DLL

Fixed DLL loading issues with Linux
This commit is contained in:
Jordon Brooks 2023-06-04 00:41:26 +01:00
parent 5d17c3eeed
commit 5da0c7f397
6 changed files with 25 additions and 4 deletions

4
.cargo/config Normal file
View file

@ -0,0 +1,4 @@
[target.x86_64-unknown-linux-gnu]
rustflags = [
"-C", "link-arg=-Wl,-rpath,$ORIGIN",
]