We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56c4e4d commit 9dcb75cCopy full SHA for 9dcb75c
buildme
@@ -203,6 +203,7 @@ local withClover=${1-"none"}
203
if [[ "$SYSNAME" == Darwin ]]; then
204
if [[ -f "${CLOVERROOT}"/CloverPackage/CloverV2/EFI/CLOVER/CLOVERX64.efi ]]; then
205
rm -f "${CLOVERROOT}"/CloverPackage/sym/.withV2
206
+ mkdir -p "${CLOVERROOT}"/CloverPackage/sym
207
if [[ $withClover == withV2 ]]; then
208
touch "${CLOVERROOT}"/CloverPackage/sym/.withV2
209
fi
0 commit comments