From d98beda2dac7ef3eb1b66bdf0d80e66b4b66a189 Mon Sep 17 00:00:00 2001 From: Daniele Forsi IU5HKX Date: Sat, 12 Jul 2025 10:43:40 +0200 Subject: [PATCH] Enable Python bindings for macOS --- .github/workflows/c-cpp.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index 2cb7e041e..5ca0aaa8c 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -84,7 +84,7 @@ jobs: run: ./configure ${{ matrix.configure_args }} --enable-silent-rules - name: configure on macOS if: runner.os == 'macOS' - run: ./configure ${{ matrix.configure_args }} --enable-silent-rules --without-python-binding --without-lua-binding + run: ./configure ${{ matrix.configure_args }} --enable-silent-rules --without-lua-binding PYTHON=/opt/homebrew/bin/python3 - name: make run: make -j 4 V=0 --no-print-directory - name: make distcheck