Tweaks to build scripts

This commit is contained in:
Scott Lahteine
2021-02-27 22:38:57 -06:00
parent 54ccfcc705
commit 903d0b91fc
28 changed files with 77 additions and 37 deletions

View File

@ -9,8 +9,7 @@
# Will continue on if a COM port isn't found so that the compilation can be done.
#
import os
import sys
import os,sys
from SCons.Script import DefaultEnvironment
import platform
current_OS = platform.system()