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