mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-10 21:20:53 +00:00
Fixed ezSAT stand-alone build
This commit is contained in:
parent
92c9403249
commit
ade659e617
2 changed files with 4 additions and 8 deletions
|
@ -28,13 +28,8 @@
|
|||
#include <csignal>
|
||||
#include <cinttypes>
|
||||
|
||||
#ifdef _YOSYS_
|
||||
# include "libs/minisat/Solver.h"
|
||||
# include "libs/minisat/SimpSolver.h"
|
||||
#else
|
||||
# include <minisat/core/Solver.h>
|
||||
# include <minisat/simp/SimpSolver.h>
|
||||
#endif
|
||||
#include "../minisat/Solver.h"
|
||||
#include "../minisat/SimpSolver.h"
|
||||
|
||||
ezMiniSAT::ezMiniSAT() : minisatSolver(NULL)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue