Skip to content

Commit

Permalink
Fix compilation with dune 3.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
recoules committed Nov 4, 2024
1 parent 7e027f4 commit 8db729a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vendor/dune
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@
(language cxx)
(names bitwuzla)
(flags
-std=c++17
-I../..
-I../../lib
-I../../../include
:standard
-std=c++17
-DNDEBUG)
(extra_deps ../../config.h ../../../../.bitwuzla_tree))))
(subdir
Expand Down Expand Up @@ -178,12 +178,12 @@
type_manager)
(include_dirs include src src/lib ../symfpu ../cadical/src)
(flags
-std=c++17
-Isrc/lib/
-I../cadical/src
-I..
-Isrc
:standard
-std=c++17
-DNDEBUG)
(extra_deps ../.bitwuzla_tree)))

Expand Down

0 comments on commit 8db729a

Please sign in to comment.