diff --git a/recipes/bootloader/recipe.toml b/recipes/bootloader/recipe.toml
index 713158654fb4140ec6e9b72631acd30ce80314d1..f9360e3987fa102f00560b6ad8c978e1825cd6fd 100644
--- a/recipes/bootloader/recipe.toml
+++ b/recipes/bootloader/recipe.toml
@@ -14,8 +14,7 @@ then
     cp "build/${TARGET}/bootloader.bin" "${COOKBOOK_STAGE}/bootloader"
 fi
 
-# TODO: fails due to environmental variables
-# export TARGET="${ARCH}-unknown-uefi"
-# cleanenv "${COOKBOOK_MAKE}" -j "${COOKBOOK_MAKE_JOBS}"
-# cp "build/${TARGET}/bootloader.efi" "${COOKBOOK_STAGE}/bootloader.efi"
+export TARGET="${ARCH}-unknown-uefi"
+"${COOKBOOK_MAKE}" -j "${COOKBOOK_MAKE_JOBS}"
+cp "build/${TARGET}/bootloader.efi" "${COOKBOOK_STAGE}/bootloader.efi"
 """