mirror of
https://github.com/chatmail/core.git
synced 2026-04-05 23:22:11 +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
|
||||
|
||||
#cd ..
|
||||
#cargo build -p deltachat_ffi --release
|
||||
#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"
|
||||
cargo build -p deltachat_ffi --release
|
||||
DCC_RS_DEV=`pwd`/.. pip install -e .
|
||||
|
||||
Reference in New Issue
Block a user