diff options
Diffstat (limited to 'BaseTools/Source/Python/Common/GlobalData.py')
-rw-r--r-- | BaseTools/Source/Python/Common/GlobalData.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/BaseTools/Source/Python/Common/GlobalData.py b/BaseTools/Source/Python/Common/GlobalData.py index c3439ebbfc..51e370925d 100644 --- a/BaseTools/Source/Python/Common/GlobalData.py +++ b/BaseTools/Source/Python/Common/GlobalData.py @@ -23,6 +23,7 @@ gEcpSource = "EdkCompatibilityPkg" gOptions = None
gCaseInsensitive = False
gAllFiles = None
+gCommand = None
gGlobalDefines = {}
gPlatformDefines = {}
|