Skip to content

Commit

Permalink
Edits following coderabbitai
Browse files Browse the repository at this point in the history
  • Loading branch information
dramanica committed Sep 26, 2024
1 parent 293e042 commit 97f00a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/consensify/build.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

## change to source dir
cd ${SRC_DIR}
cd "${SRC_DIR}" || exit 1

## compile
${CXX} -c consensify_c.cpp -I./ ${CXXFLAGS}
Expand Down
2 changes: 2 additions & 0 deletions recipes/consensify/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ requirements:
- {{ compiler('cxx') }}
host:
- zlib
run:
- zlib

test:
commands:
Expand Down

0 comments on commit 97f00a1

Please sign in to comment.