From 2bb5ff61a4fb3351d2decc9b380c0bca251bd96d Mon Sep 17 00:00:00 2001
From: Jeremy Soller <jackpot51@gmail.com>
Date: Mon, 8 May 2023 08:13:47 -0600
Subject: [PATCH] gitoxide: set correct openssl directory

---
 recipes/gitoxide/recipe.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes/gitoxide/recipe.toml b/recipes/gitoxide/recipe.toml
index a55b5da76..4a531c082 100644
--- a/recipes/gitoxide/recipe.toml
+++ b/recipes/gitoxide/recipe.toml
@@ -7,7 +7,7 @@ dependencies = [
 ]
 template = "custom"
 script = """
-export OPENSSL_DIR=${COOKBOOK_ROOT}/recipes/openssl/target/${TARGET}/stage
+export OPENSSL_DIR="${COOKBOOK_SYSROOT}"
 export OPENSSL_STATIC="true"
 cookbook_cargo
 """
-- 
GitLab