mirror of
https://github.com/acidanthera/OpenCorePkg.git
synced 2026-02-01 15:59:39 +00:00
5 lines
97 B
Bash
Executable File
5 lines
97 B
Bash
Executable File
#!/bin/bash
|
|
source edksetup.sh
|
|
build -a X64 -b RELEASE -t XCODE5 -p OpenCorePkg/OpenCorePkg.dsc
|
|
|