File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ source "$ROOT_DIR_PATH"/scripts/constants.sh
1919if [[ $# -eq 1 ]]; then
2020 BINARY_PATH=$1
2121elif [[ $# -eq 0 ]]; then
22- BINARY_PATH=" $GOPATH /src/github.com/ava-labs/avalanchego/build/plugins/srEXiWaHuhNyGwPUi444Tu47ZEDwxTWrbQiuD7FmgSAQ6X7Dy "
22+ BINARY_PATH=" $DEFAULT_PLUGIN_DIR / $DEFAULT_VM_ID "
2323else
2424 echo " Invalid arguments to build precompile-evm. Requires zero (default location) or one argument to specify binary location."
2525 exit 1
Original file line number Diff line number Diff line change 22
33# Set the PATHS
44GOPATH=" $( go env GOPATH) "
5+ DEFAULT_PLUGIN_DIR=" ${HOME} /.avalanchego/plugins"
6+ DEFAULT_VM_ID=" srEXiWaHuhNyGwPUi444Tu47ZEDwxTWrbQiuD7FmgSAQ6X7Dy"
57
68# Static compilation
79STATIC_LD_FLAGS=' '
You can’t perform that action at this time.
0 commit comments