try missing -lmcfgthread

This commit is contained in:
Clément DOUIN
2024-11-25 22:30:19 +01:00
parent 2054618ce8
commit 126756a2a4
2 changed files with 1 additions and 2 deletions
-2
View File
@@ -63,10 +63,8 @@ let
"${lib.getExe' binutils "ar"}" r "$out"/lib/libgcc_eh.a
'';
};
in
himalaya.overrideAttrs (drv: {
version = "1.0.0";
+1
View File
@@ -31,6 +31,7 @@ rustPlatform.buildRustPackage rec {
NIX_LDFLAGS = lib.optionals (stdenv.hostPlatform.isWindows && stdenv.hostPlatform.isi686) [
"-L${windows.mcfgthreads}/lib"
"-lmcfgthread"
];
# unit tests only