forked from UNLOZE/sm-plugins
Disable entWatch4 autobuild.
Fix gitignore and missing include folders compile script python backwards compat.
This commit is contained in:
+1
-1
@@ -35,7 +35,7 @@ if __name__ == "__main__":
|
||||
Compiler.append("-o" + OutPath)
|
||||
|
||||
try:
|
||||
subprocess.run(Compiler, check=True)
|
||||
subprocess.call(Compiler)
|
||||
except Exception:
|
||||
sys.exit(1)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user