Update portaudio-mac.yml

This commit is contained in:
Anthony Samms
2025-09-21 20:16:01 -04:00
parent 9e050e5b55
commit e4685a9fdc

View File

@@ -33,7 +33,8 @@ jobs:
cd portaudio cd portaudio
export CFLAGS='-fPIC -Wno-error -Wno-unused-but-set-variable' export CFLAGS='-fPIC -Wno-error -Wno-unused-but-set-variable'
export CXXFLAGS='-fPIC -Wno-error -Wno-unused-but-set-variable' export CXXFLAGS='-fPIC -Wno-error -Wno-unused-but-set-variable'
make CFLAGS='-fPIC -Wno-error -Wno-unused-but-set-variable' CXXFLAGS='-fPIC -Wno-error -Wno-unused-but-set-variable' ./configure --enable-shared --enable-static
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 - name: Upload PortAudio static library
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v4