Skip to content
Snippets Groups Projects
Commit da40559c authored by Ribbon's avatar Ribbon :speech_balloon:
Browse files

Try to fix alacritty

parent 57b17cf8
No related branches found
No related tags found
No related merge requests found
......@@ -8,13 +8,5 @@ dependencies = [
"fontconfig",
]
script = """
"${COOKBOOK_CARGO}" build \
--manifest-path "${COOKBOOK_SOURCE}/Cargo.toml" \
--package "${alacritty}" \
--release
--no-default-features
mkdir -pv "${COOKBOOK_STAGE}/bin"
cp -v \
"target/${TARGET}/release/${alacritty}" \
"${COOKBOOK_STAGE}/bin/${alacritty}_${alacritty}"
cookbook_cargo --no-default-features --package alacritty
"""
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment