]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EmulatorPkg/build.sh
BaseTools: Library hashing fix and optimization for --hash feature
[mirror_edk2.git] / EmulatorPkg / build.sh
index 89fd26baca05773f6165b1f76ca27bde13550376..558b65e88b403ef56fa1f4d1110d5ac4c0291cd2 100755 (executable)
@@ -227,7 +227,7 @@ if [[ "$RUN_EMULATOR" == "yes" ]]; then
       ;;
   esac
 
-  /usr/bin/gdb $BUILD_ROOT_ARCH/Host -q -cd=$BUILD_ROOT_ARCH -x $WORKSPACE/EmulatorPkg/Unix/GdbRun
+  /usr/bin/gdb $BUILD_ROOT_ARCH/Host -q -cd=$BUILD_ROOT_ARCH -x $WORKSPACE/EmulatorPkg/Unix/GdbRun.sh
   exit
 fi