mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-23 05:14:18 +08:00
Port gitui
This commit is contained in:
parent
ade9a98ca7
commit
1c8c7cd13f
@ -1,13 +1,14 @@
|
||||
#TODO openssl-sys crate error
|
||||
#TODO: Page fault
|
||||
[source]
|
||||
git = "https://github.com/extrawurst/gitui"
|
||||
|
||||
[build]
|
||||
template = "custom"
|
||||
dependencies = [
|
||||
"openssl1",
|
||||
]
|
||||
script = """
|
||||
export OPENSSL_DIR="${COOKBOOK_SYSROOT}"
|
||||
export OPENSSL_STATIC="true"
|
||||
DYNAMIC_INIT
|
||||
export OPENSSL_NO_VENDOR=1
|
||||
cookbook_cargo
|
||||
"""
|
||||
|
||||
Loading…
Reference in New Issue
Block a user