solidity/scripts/wasm-rebuild/docker-scripts/patch.sh

8 lines
154 B
Bash
Raw Normal View History

2020-01-08 23:20:27 +00:00
#!/bin/bash
TAG="$1"
SOLJSON_JS="$2"
# If we ever want to patch the binaries e.g. for compatibility with older solc-js versions,
# we can do that here.