mirror of
https://github.com/chatmail/core.git
synced 2026-04-18 14:06:29 +03:00
10 lines
178 B
Bash
Executable File
10 lines
178 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -ex
|
|
|
|
export DCC_RS_TARGET=release
|
|
|
|
cargo build -p deltachat_ffi --${DCC_RS_TARGET}
|
|
rm -rf build/ src/deltachat/*.so
|
|
DCC_RS_DEV=`pwd`/.. pip install -e .
|