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:
link2xt
2022-08-22 00:10:30 +00:00
parent 9d578884f9
commit db496b82fb

View File

@@ -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"