mirror of
https://github.com/chatmail/core.git
synced 2026-04-06 07:32:12 +03:00
8 lines
139 B
Bash
Executable File
8 lines
139 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -ex
|
|
|
|
cargo build -p deltachat_ffi --release
|
|
rm -rf build/ src/deltachat/*.so
|
|
DCC_RS_DEV=`pwd`/.. pip install -e .
|