Feat: fixes

This commit is contained in:
2026-02-27 14:39:42 +01:00
parent fb62b121c1
commit 052a6caa1a
3 changed files with 15 additions and 4 deletions

View File

@@ -2,4 +2,6 @@
xtask = "run --package xtask --release --"
[target.x86_64-pc-windows-gnu]
rustflags = ["-C", "link-args=-lstdc++ -lws2_32 -liphlpapi -lwinmm"]
rustflags = [
"-C", "link-args=-Wl,-Bstatic -lstdc++ -lgcc -lgcc_eh -lpthread -Wl,-Bdynamic -lmingwex -lmsvcrt -lws2_32 -liphlpapi -lwinmm -lole32 -loleaut32 -luuid -lkernel32",
]