Skip to content

Commit

Permalink
add framework dependencies for macos builds
Browse files Browse the repository at this point in the history
  • Loading branch information
larskuhtz committed Sep 13, 2024
1 parent fd4bca5 commit 7b65a7a
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions plonk-verify.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ version: 0.1.0

extra-source-files: Cargo.toml Cargo.lock src/lib.rs

data-files:
verifier-assets/v1.0.8-testnet/vk.bin

-- This let us hook Cabal steps to Setup.lhs script.
build-type: Custom
custom-setup
Expand Down Expand Up @@ -86,10 +89,11 @@ library

-- Base language which the package is written in.
default-language: Haskell2010


-- Libraries that are bundled with the package.
extra-bundled-libraries: plonk_verify
extra-libraries:
plonk_verify
frameworks:
CoreFoundation
Security

-- This file was generated by `cargo-cabal`, but please don't hesitate to edit it!

Expand Down

0 comments on commit 7b65a7a

Please sign in to comment.