Update portaudio-mac.yml

This commit is contained in:
Anthony Samms
2025-09-21 19:47:36 -04:00
parent 7238b06aeb
commit 67babeef4d

View File

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