mirror of
https://github.com/pimalaya/himalaya.git
synced 2026-06-17 21:37:55 +08:00
put back -lmcfgthread
This commit is contained in:
+2
-2
@@ -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"
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user