mirror of
https://github.com/acidanthera/OpenCorePkg.git
synced 2025-12-08 19:25:01 +00:00
Co-authored-by: Michael Belyaev <usrsse2@me.com> Co-authored-by: vit9696 <vit9696@users.noreply.github.com>
6 lines
124 B
Bash
Executable File
6 lines
124 B
Bash
Executable File
#!/bin/bash
|
|
CONFIGURATION=DEBUG
|
|
|
|
source edksetup.sh
|
|
build -a X64 -p OpenCorePkg/OpenCorePkg.dsc -t XCODE5 -b $CONFIGURATION
|