Skip to content

Commit

Permalink
Fix location of token-swap.gch
Browse files Browse the repository at this point in the history
  • Loading branch information
mvines committed Aug 7, 2020
1 parent f0f0f50 commit 4968c34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/token-swap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ cd "$(dirname "$0")/.."
./do.sh clippy token-swap -- --deny=warnings
./do.sh doc token-swap
./do.sh test token-swap
cc token-swap/inc/token-swap.h -o token-swap/target/token-swap.gch
cc token-swap/inc/token-swap.h -o target/token-swap.gch

# Install dependency project
cd "token/js"
Expand Down

0 comments on commit 4968c34

Please sign in to comment.