Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions payjoin-ffi/python/scripts/generate_bindings.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ if [[ "$OS" == "Darwin" ]]; then
python3 --version
pip install -r requirements.txt -r requirements-dev.txt
elif [[ "$OS" == "Linux" ]]; then
sudo apt update
sudo apt install -y build-essential python3-dev
LIBNAME=libpayjoin_ffi.so
PYBIN=$(dirname $(which python))
PYBIN="$PYBIN"
Expand Down
Loading