mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-21 04:14:17 +08:00
gitoxide recipe
This commit is contained in:
parent
a6b9cb2080
commit
dedf07c26c
14
recipes/gitoxide/recipe.toml
Normal file
14
recipes/gitoxide/recipe.toml
Normal file
@ -0,0 +1,14 @@
|
||||
# [source]
|
||||
# git = "https://github.com/Byron/gitoxide.git"
|
||||
|
||||
[build]
|
||||
dependencies = [
|
||||
"openssl",
|
||||
]
|
||||
template = "custom"
|
||||
script = """
|
||||
export OPENSSL_DIR=${COOKBOOK_ROOT}/recipes/openssl/target/${TARGET}/stage
|
||||
export OPENSSL_STATIC="true"
|
||||
cookbook_cargo
|
||||
"""
|
||||
|
||||
Loading…
Reference in New Issue
Block a user