mirror of
https://github.com/pimalaya/himalaya.git
synced 2026-06-16 12:47:55 +08:00
debug postPatch
This commit is contained in:
@@ -34,6 +34,8 @@ rustPlatform.buildRustPackage rec {
|
||||
cargoTestFlags = [ "--lib" ];
|
||||
|
||||
postPatch = ''
|
||||
ls -al
|
||||
grep -Ril "lgcc_eh" .
|
||||
substituteInPlace configure.ac --replace "-lgcc_s" "-lgcc_eh"
|
||||
'';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user