Update postbuild

This commit is contained in:
LAbyOne 2022-02-25 09:49:59 +01:00 committed by GitHub
parent c64e643e90
commit 3a28be7ae4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -11,6 +11,7 @@
cd "$(dirname $0)"
export CLOVERROOT=${CLOVERROOT:-$WORKSPACE}
export DIR_TOOLS=${DIR_TOOLS:-$CLOVERROOT/toolchain/tools}
export OR_DIR=${OR_DIR:-$CLOVERROOT/CloverPackage/CloverV2/EFI/CLOVER/drivers/off/UEFI/MemoryFix}
version=v12
@ -24,4 +25,4 @@ else
echo "" && echo "ERROR: nothing to be done, driver not in place!"
sleep 2
fi
# **************************************************
# **************************************************