From f4e799c1e79e9af13deca49de990f8a2f2d25e8b Mon Sep 17 00:00:00 2001 From: Laurent Date: Sun, 25 Aug 2024 12:43:03 +0200 Subject: [PATCH] Static linking for opus on linux. --- .github/workflows/CI.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 1bae4be..b361d0f 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -31,6 +31,8 @@ jobs: python-version: '3.10' - name: Build wheels uses: PyO3/maturin-action@v1 + env: + LIBOPUS_STATIC: 1 with: target: ${{ matrix.target }} args: --release --out dist --find-interpreter