mirror of
https://github.com/chatmail/core.git
synced 2026-05-02 12:56:30 +03:00
little PR to fix the install_py_bindings.sh script after @flub's changes
This commit is contained in:
@@ -2,13 +2,5 @@
|
|||||||
|
|
||||||
set -ex
|
set -ex
|
||||||
|
|
||||||
#cd ..
|
cargo build -p deltachat_ffi --release
|
||||||
#cargo build -p deltachat_ffi --release
|
DCC_RS_DEV=`pwd`/.. pip install -e .
|
||||||
#cd python
|
|
||||||
|
|
||||||
export CFLAGS=-I`realpath ../deltachat-ffi`
|
|
||||||
# the followine line results in "libdeltachat.so" not found
|
|
||||||
# export LDFLAGS='-Wl,-rpath=$ORIGIN/../target/release -Wl,--enable-new-dtags'
|
|
||||||
pip install -e .
|
|
||||||
export LD_LIBRARY_PATH=`realpath ../target/release`
|
|
||||||
python -c "import deltachat"
|
|
||||||
|
|||||||
Reference in New Issue
Block a user