mirror of
https://github.com/pimalaya/himalaya.git
synced 2026-06-17 13:17:55 +08:00
try missing -lunwind
This commit is contained in:
@@ -32,6 +32,7 @@ rustPlatform.buildRustPackage rec {
|
||||
NIX_LDFLAGS = lib.optionals (stdenv.hostPlatform.isWindows && stdenv.hostPlatform.isi686) [
|
||||
"-L${windows.mcfgthreads}/lib"
|
||||
"-lmcfgthread"
|
||||
"-lunwind"
|
||||
];
|
||||
|
||||
# unit tests only
|
||||
|
||||
Reference in New Issue
Block a user