mirror of
https://github.com/pimalaya/himalaya.git
synced 2024-12-09 21:18:39 +03:00
put back -lmcfgthread
This commit is contained in:
@@ -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