mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-27 15:24:18 +08:00
fend: add openssl1 and compile dynamically
This commit is contained in:
parent
d25963a81a
commit
6e5b7ac123
@ -1,8 +1,13 @@
|
|||||||
#TODO compiled but not tested
|
#TODO compiled but not tested
|
||||||
[source]
|
[source]
|
||||||
git = "https://github.com/printfn/fend"
|
git = "https://github.com/printfn/fend"
|
||||||
|
|
||||||
[build]
|
[build]
|
||||||
|
dependencies = [
|
||||||
|
"openssl1",
|
||||||
|
]
|
||||||
template = "custom"
|
template = "custom"
|
||||||
script = """
|
script = """
|
||||||
|
DYNAMIC_INIT
|
||||||
cookbook_cargo_packages fend
|
cookbook_cargo_packages fend
|
||||||
"""
|
"""
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user