mirror of
https://github.com/chatmail/core.git
synced 2026-04-05 23:22:11 +03:00
7 lines
106 B
Bash
Executable File
7 lines
106 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -ex
|
|
|
|
cargo build -p deltachat_ffi --release
|
|
DCC_RS_DEV=`pwd`/.. pip install -e .
|