Skip to content

Commit ca41c33

Browse files
committed
Updating again the config option in Makefile
1 parent 04711ee commit ca41c33

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ datarootdir ?= $(prefix)/share
4343
mandir ?= $(datarootdir)/man
4444

4545
# Dependencies
46-
MINISAT_INCLUDE?=-I$(includedir) -I$(includedir)/cominisatps -I../cominisatps
47-
MINISAT_LIB ?=-L$(libdir) -L../cominisatps/build/release/lib -lcominisatps
46+
MINISAT_INCLUDE?=-I$(includedir) -I$(includedir)/minisat -I../cominisatps -I../cadical/src
47+
MINISAT_LIB ?=-L$(libdir) -L../cadical/build -lcadical
4848
MCL_INCLUDE ?=-I../maxpre/src
4949
MCL_LIB ?=-L../maxpre/src/lib -lmaxpre
5050

0 commit comments

Comments
 (0)