Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
alecswjo committed Jan 11, 2020
1 parent da07b59 commit 2166453
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CompilerScript.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def compile_binaries(url):
if current_platform in {'linux','darwin'}:
subprocess.Popen(['./scripts/build.sh'], cwd=solidity_dir).communicate()
else:
# This is for Windows
# This is for Windows!
subprocess.Popen(['cmake --build . --config Releasecmake --build . --config Release'], cwd=solidity_dir).communicate()
print("CHECKPOINT 2 " + hash)
except:
Expand Down

0 comments on commit 2166453

Please sign in to comment.