Update portaudio-mac.yml

This commit is contained in:
Anthony Samms
2025-09-21 20:12:15 -04:00
parent af863810d1
commit 6105c77061

View File

@@ -31,8 +31,9 @@ jobs:
- name: Build and install PortAudio
run: |
cd portaudio
./configure --enable-shared --enable-static CFLAGS='-fPIC -Wno-error'
make clean && make
export CFLAGS='-fPIC -Wno-error -Wno-unused-but-set-variable'
export CXXFLAGS='-fPIC -Wno-error -Wno-unused-but-set-variable'
make clean && make CFLAGS='-fPIC -Wno-error -Wno-unused-but-set-variable' CXXFLAGS='-fPIC -Wno-error -Wno-unused-but-set-variable'
- name: Upload PortAudio static library
uses: actions/upload-artifact@v4