Skip to content

Commit

Permalink
cpp fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zoep committed Jun 27, 2023
1 parent 1b90685 commit e51f0bb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion hevm.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,12 @@ library
Paths_hevm
autogen-modules:
Paths_hevm
if os(linux) || os(windows) || os(darwin)
if os(linux) || os(windows)
extra-libraries: stdc++
if os(darwin)
extra-libraries: c++
else
extra-libraries: stdc++
extra-libraries:
secp256k1, ff, gmp
c-sources:
Expand Down

0 comments on commit e51f0bb

Please sign in to comment.