diff --git a/.github/workflows/portaudio-mac.yml b/.github/workflows/portaudio-mac.yml index d5b5883..4038b09 100644 --- a/.github/workflows/portaudio-mac.yml +++ b/.github/workflows/portaudio-mac.yml @@ -33,7 +33,8 @@ jobs: cd portaudio export CFLAGS='-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 uses: actions/upload-artifact@v4