X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=BaseTools%2FSource%2FPython%2Fbuild%2Fbuild.py;h=80ceb983104f6ecfa660942fd4a0a904e797f60d;hp=a8b4ce73751fc881a4262d989eff7edb0cc38f5c;hb=e812a812c1a0800c49e11507cb46222351520cc7;hpb=01e074bfbcf0a381e90feafa7c6fec30cdeae59b diff --git a/BaseTools/Source/Python/build/build.py b/BaseTools/Source/Python/build/build.py index a8b4ce7375..80ceb98310 100644 --- a/BaseTools/Source/Python/build/build.py +++ b/BaseTools/Source/Python/build/build.py @@ -1360,10 +1360,6 @@ class Build(): # run if Target == 'run': - RunDir = os.path.normpath(os.path.join(AutoGenObject.BuildDir, GlobalData.gGlobalDefines['ARCH'])) - Command = '.\SecMain' - os.chdir(RunDir) - LaunchCommand(Command, RunDir) return True # build library