UEFI_fireworks/build.sh
2025-08-12 22:52:56 +02:00

10 lines
273 B
Bash
Executable File

#!/bin/bash
export PACKAGES_PATH=$PWD:$PWD/edk2
if [ "$1" == "debug" ]; then
build -a X64 -t GCC5 -p UEFI_fireworks.dsc -b DEBUG
else
build -a X64 -t GCC5 -p UEFI_fireworks.dsc
fi
mkdir -p build
cp edk2/Build/UEFI_fireworks/DEBUG_GCC5/X64/UEFI_fireworks.efi build/