diff --git a/recipes/block_encrypt/recipe.sh b/recipes/block_encrypt/recipe.sh new file mode 100644 index 00000000..e698ea4a --- /dev/null +++ b/recipes/block_encrypt/recipe.sh @@ -0,0 +1,3 @@ +GIT=https://github.com/tomasritter/block_encrypt.git +CARGO=(env RUSTFLAGS="$PREFIX_RUSTFLAGS -C target-feature=+aes" xargo) +