default_pre_build &&
cd "$SOURCE_DIRECTORY" &&
# Fix non-portable types
sed -i 's/__uint/uint/g' efi/wrapper.[ch] &&
apply_patch_dir patches
