feat: linux package builds

This commit is contained in:
Georg Bauer
2026-08-02 20:25:02 +02:00
parent 3b1d239863
commit c96fd9c041
4 changed files with 20 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ rustflags = [
[target.'cfg(target_os = "linux")']
rustflags = [
"-C", "prefer-dynamic",
"-C", "link-arg=-Wl,-rpath,$ORIGIN/../lib/bds-ui",
"-C", "link-arg=-Wl,-rpath,$ORIGIN:$ORIGIN/../lib/bds-ui",
]
[target.'cfg(target_os = "windows")']