mirror of
https://github.com/chatmail/core.git
synced 2026-04-17 21:46:35 +03:00
Add --features jsonrpc to scripts/run_all.sh
Python wheels cannot be built without it as they expect everything defined in deltachat.h to be in the C library.
This commit is contained in:
@@ -8,7 +8,7 @@ set -e -x
|
||||
|
||||
# compile core lib
|
||||
|
||||
cargo build --release -p deltachat_ffi
|
||||
cargo build --release -p deltachat_ffi --features jsonrpc
|
||||
|
||||
# Statically link against libdeltachat.a.
|
||||
export DCC_RS_DEV="$PWD"
|
||||
|
||||
Reference in New Issue
Block a user