HarmonyLink/.cargo/config
Jordon Brooks 5da0c7f397 Updated DLL
Fixed DLL loading issues with Linux
2023-06-04 00:41:26 +01:00

4 lines
89 B
Text

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