mirror of
https://github.com/acidanthera/OpenCorePkg.git
synced 2025-12-08 19:25:01 +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
|
|
|