We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39f7da1 commit 559b654Copy full SHA for 559b654
crates/python/python/cryo_test/examples/ethers_vs_alloy/build_cryo
@@ -53,6 +53,7 @@ if [ "$BUILD_ALLOY" = true ]; then
53
--root "$ROOT_DIR/build/alloy"
54
55
# link to built binary
56
+ rm -f "$ROOT_DIR/bin/cryo_alloy"
57
ln -s "$ROOT_DIR/build/alloy/bin/cryo" "$ROOT_DIR/bin/cryo_alloy"
58
echo ""
59
echo "built cryo alloy at: $ROOT_DIR/bin/cryo_alloy"
@@ -73,6 +74,7 @@ if [ "$BUILD_ETHERS" = true ]; then
73
74
--root "$ROOT_DIR/build/ethers"
75
76
77
+ rm -f "$ROOT_DIR/bin/cryo_ethers"
78
ln -s "$ROOT_DIR/build/ethers/bin/cryo" "$ROOT_DIR/bin/cryo_ethers"
79
80
echo "built cryo ethers at: $ROOT_DIR/bin/cryo_ethers"
0 commit comments