Skip to content

Commit dc581b9

Browse files
committed
use the solc_binary argument
1 parent a78d23d commit dc581b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

solc/wrapper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def solc_wrapper(solc_binary=SOLC_BINARY,
4444
devdoc=None,
4545
formal=None,
4646
success_return_code=0):
47-
command = ['solc']
47+
command = [solc_binary]
4848

4949
if help:
5050
command.append('--help')

0 commit comments

Comments
 (0)