Skip to content

Commit

Permalink
Update libsimplicity
Browse files Browse the repository at this point in the history
bash simplicity-sys/vendor-simplicity.sh \
simplicity-sys/depend ../main
bash update-jets ../main

Include depend/jets_wrapper.c in simplicity-sys/build.rs
  • Loading branch information
uncomputable committed Feb 16, 2024
1 parent da0a4c7 commit 6a76841
Show file tree
Hide file tree
Showing 8 changed files with 2,130 additions and 1,042 deletions.
3 changes: 1 addition & 2 deletions simplicity-sys/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,7 @@ fn main() {
.files(test_files)
.file(Path::new("depend/wrapper.c"))
.file(Path::new("depend/env.c"))
// TODO Enable once file has been autogenerated
//.file(Path::new("depend/jets_wrapper.c"))
.file(Path::new("depend/jets_wrapper.c"))
.include(simplicity_path.join("include"));

if cfg!(not(fuzzing)) {
Expand Down
Loading

0 comments on commit 6a76841

Please sign in to comment.