mirror of
https://github.com/Yonokid/PyTaiko.git
synced 2026-02-04 11:40:13 +01:00
Update portaudio-mac.yml
This commit is contained in:
5
.github/workflows/portaudio-mac.yml
vendored
5
.github/workflows/portaudio-mac.yml
vendored
@@ -31,8 +31,9 @@ jobs:
|
|||||||
- name: Build and install PortAudio
|
- name: Build and install PortAudio
|
||||||
run: |
|
run: |
|
||||||
cd portaudio
|
cd portaudio
|
||||||
./configure --enable-shared --enable-static CFLAGS='-fPIC -Wno-error'
|
export CFLAGS='-fPIC -Wno-error -Wno-unused-but-set-variable'
|
||||||
make clean && make
|
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
|
- name: Upload PortAudio static library
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
|
|||||||
Reference in New Issue
Block a user