Skip to content
Snippets Groups Projects
Commit e0763801 authored by Jeremy Soller's avatar Jeremy Soller
Browse files

config.sh: use prebuilt docgen and pkgar

parent aae05659
No related branches found
No related tags found
No related merge requests found
...@@ -61,10 +61,10 @@ export STAT ...@@ -61,10 +61,10 @@ export STAT
if [ ! "$(uname -s)" = "Redox" ] if [ ! "$(uname -s)" = "Redox" ]
then then
function docgen { function docgen {
CC=cc AR=ar RANLIB=ranlib cargo run --release --manifest-path "$ROOT/docgen/Cargo.toml" --bin docgen -- "$@" "$ROOT/docgen/target/docgen" "$@"
} }
function pkgar { function pkgar {
CC=cc AR=ar RANLIB=ranlib cargo run --release --manifest-path "$ROOT/pkgar/Cargo.toml" --bin pkgar -- "$@" "$ROOT/pkgar/target/release/pkgar" "$@"
} }
fi fi
\ No newline at end of file
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