Fix build scripts.

This commit is contained in:
Pieter-Jan Briers
2019-07-30 12:57:08 +02:00
parent 29b00fc633
commit 15d81c1876
4 changed files with 8 additions and 3 deletions

View File

@@ -76,7 +76,7 @@ def main():
build_windows()
if "linux" in platforms:
#wipe_bin()
wipe_bin()
build_linux()
if "mac" in platforms: