Skip to content

Commit a3b5808

Browse files
committed
fixup! goto-analyzer needs solvers (once BDDs are used in guardt), add binary
1 parent 5a0c488 commit a3b5808

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/goto-cc/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ OBJ += ../big-int/big-int$(LIBEXT) \
2828
../assembler/assembler$(LIBEXT) \
2929
../langapi/langapi$(LIBEXT) \
3030
../miniz/miniz$(OBJEXT) \
31-
../json/json$(LIBEXT)
31+
../json/json$(LIBEXT) \
32+
../solvers/solvers$(LIBEXT)
3233

3334
INCLUDES= -I ..
3435

0 commit comments

Comments
 (0)