Files
chatmail-core/python/install_py_bindings.sh
2019-07-01 20:11:35 +02:00

8 lines
121 B
Bash
Executable File

#!/usr/bin/env bash
set -ex
cargo build -p deltachat_ffi --release
rm -rf build/
DCC_RS_DEV=`pwd`/.. pip install -e .