diff --git a/recipes/block_encrypt/recipe.sh b/recipes/block_encrypt/recipe.sh
index 5f51f41e48dd2c5f532638353f58ed24ee7145d6..e698ea4ae31cd1e004093089c4a35553a9378b6b 100644
--- a/recipes/block_encrypt/recipe.sh
+++ b/recipes/block_encrypt/recipe.sh
@@ -1,2 +1,3 @@
 GIT=https://github.com/tomasritter/block_encrypt.git
+CARGO=(env RUSTFLAGS="$PREFIX_RUSTFLAGS -C target-feature=+aes" xargo)