gitoxide: set correct openssl directory

This commit is contained in:
Jeremy Soller 2023-05-08 08:13:47 -06:00
parent 3ea12132db
commit 2bb5ff61a4
No known key found for this signature in database
GPG Key ID: DCFCA852D3906975

View File

@ -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
"""