Skip to content

Commit

Permalink
chore(bb): fix mac build (#8522)
Browse files Browse the repository at this point in the history
  • Loading branch information
ludamad authored Sep 12, 2024
1 parent 7e73531 commit 986e703
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions barretenberg/cpp/src/barretenberg/sumcheck/sumcheck.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
#include "sumcheck.hpp"

// Hack to make the module compile.

// TODO(https://github.com/AztecProtocol/barretenberg/issues/1102): this makes the module not empty (note the comment
// above pre-existed)
void fixme_compile_hack() {}

0 comments on commit 986e703

Please sign in to comment.