Skip to content

Commit

Permalink
Include aigcexmin in sby build
Browse files Browse the repository at this point in the history
  • Loading branch information
mmicko committed Dec 5, 2023
1 parent 1507dae commit c32cceb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions default/scripts/sby.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ mkdir -p ${OUTPUT_DIR}${INSTALL_PREFIX}/examples
cp -r docs/examples/* ${OUTPUT_DIR}${INSTALL_PREFIX}/examples/.
find ${OUTPUT_DIR}${INSTALL_PREFIX}/examples/ -name "Makefile" -type f -delete
find ${OUTPUT_DIR}${INSTALL_PREFIX}/examples/ -name ".gitignore" -type f -delete
cargo install --no-track --path tools/aigcexmin --root ${OUTPUT_DIR}${INSTALL_PREFIX} --target=${CARGO_TARGET}

0 comments on commit c32cceb

Please sign in to comment.