Tweaks to build scripts

This commit is contained in:
Scott Lahteine
2021-02-27 22:38:57 -06:00
parent 0e6e7b0608
commit 3f34916c57
28 changed files with 77 additions and 37 deletions

View File

@@ -72,8 +72,7 @@
from __future__ import print_function
from __future__ import division
import sys
import os
import sys,os
pwd = os.getcwd() # make sure we're executing from the correct directory level
pwd = pwd.replace('\\', '/')