Skip to content
Snippets Groups Projects
Unverified Commit e0a5cfac authored by coolreader18's avatar coolreader18
Browse files

Add recipe for RustPython

parent 296d0c7b
No related branches found
No related tags found
No related merge requests found
GIT=https://github.com/RustPython/RustPython
BRANCH=redox-release
CARGOFLAGS=--no-default-features
export BUILDTIME_RUSTPYTHONPATH=/lib/rustpython/
function recipe_stage() {
dest="$(realpath "$1")"
mkdir -pv "$dest/lib/"
cp -r Lib "$dest/lib/rustpython"
}
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