-
Notifications
You must be signed in to change notification settings - Fork 127
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8b0d283
commit 94736e9
Showing
4 changed files
with
170 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,17 @@ | ||
#! /bin/sh | ||
#! /bin/sh | ||
|
||
cargo install --version 0.20.0 cbindgen | ||
cargo install --version 0.20.0 cbindgen | ||
|
||
rm -f ./sv2.h | ||
touch ./sv2.h | ||
|
||
cd protocols | ||
dir=${1:-protocols} | ||
|
||
cd "$dir" | ||
cbindgen --crate const_sv2 >> ../sv2.h | ||
cbindgen --crate binary_codec_sv2 >> ../sv2.h | ||
cbindgen --crate common_messages_sv2 >> ../sv2.h | ||
cbindgen --crate template_distribution_sv2 >> ../sv2.h | ||
cbindgen --crate codec_sv2 >> ../sv2.h | ||
cbindgen --crate sv2_ffi >> ../sv2.h | ||
cd .. | ||
cd .. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.