put back -lmcfgthread

This commit is contained in:
Clément DOUIN
2024-11-26 09:56:21 +01:00
parent d1c5d0397e
commit 98715db67b

View File

@@ -30,10 +30,10 @@ rustPlatform.buildRustPackage rec {
cargoHash = "sha256-YS8IamapvmdrOPptQh2Ef9Yold0IK1XIeGs0kDIQ5b8=";
NIX_LDFLAGS = lib.optionals (stdenv.hostPlatform.isWindows && stdenv.hostPlatform.isi686) [
# "-L${windows.mcfgthreads}/lib"
"-L${windows.mcfgthreads}/lib"
# "-L${windows.mingwrt}/lib"
#"-L${windows.w32api}/lib"
#"-lmcfgthread"
"-lmcfgthread"
#"-lunwind"
];