Skip to content

Commit 49c9db7

Browse files
authored
fix: add kissat to the nixos patchelf list (rust-lang#2207)
1 parent e3331ee commit 49c9db7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/os_hacks.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,8 @@ fn setup_nixos_patchelf(kani_dir: &Path) -> Result<()> {
148148
for filename in &["kani-compiler", "kani-driver"] {
149149
patch_interp(&bin.join(filename))?;
150150
}
151-
for filename in &["cbmc", "goto-analyzer", "goto-cc", "goto-instrument", "symtab2gb"] {
151+
for filename in &["cbmc", "goto-analyzer", "goto-cc", "goto-instrument", "kissat", "symtab2gb"]
152+
{
152153
let file = bin.join(filename);
153154
patch_interp(&file)?;
154155
patch_rpath(&file)?;

0 commit comments

Comments
 (0)