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
|
@ -12,5 +12,9 @@ lto = true # Enables link to optimizations
|
|||
opt-level = "z" # Optimize for binary size
|
||||
strip = true # Remove debug symbols
|
||||
|
||||
[[bin]]
|
||||
name = "harmony_link_client"
|
||||
path = "src/main.rs"
|
||||
|
||||
[dependencies]
|
||||
libloading = "0.8.0"
|
||||
libloading = "0.8.0"
|
Loading…
Add table
Add a link
Reference in a new issue