Update portaudio-mac.yml

This commit is contained in:
Anthony Samms
2025-09-21 19:43:29 -04:00
parent 6722cc7fd6
commit 7238b06aeb

View File

@@ -31,7 +31,7 @@ jobs:
- name: Build and install PortAudio
run: |
cd portaudio
./configure --enable-shared --enable-static CFLAGS='-fPIC'
./configure --enable-shared --enable-static CFLAGS='-fPIC -Wno-unused-but-set-variable'
make clean && make
sudo make install