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