Skip to content

Commit

Permalink
Moves rust-bindgen before codegen
Browse files Browse the repository at this point in the history
  • Loading branch information
gupnik committed Jan 21, 2025
1 parent 60f47ce commit 0e0791c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tools/generate-files
Original file line number Diff line number Diff line change
Expand Up @@ -56,15 +56,15 @@ mkdir -p swift/Sources/Generated/Protobuf swift/Sources/Generated/Enums
# Generate coins info from registry.json
codegen/bin/coins

# Generate rust bindgen
tools/rust-bindgen "$@"

# Generate interface code, Swift bindings excluded.
codegen/bin/codegen

# Convert doxygen comments to appropriate format
tools/doxygen_convert_comments

# Generate rust bindgen
tools/rust-bindgen "$@"

# Generate Java, C++ and Swift Protobuf files

if [ -x "$(command -v protoc-gen-swift)" ] && isTargetSpecified "ios"; then
Expand Down

0 comments on commit 0e0791c

Please sign in to comment.