Commit 0263df1f authored by nanahira's avatar nanahira

fix

parent e6dd11b8
Pipeline #36829 failed with stages
in 4 minutes and 30 seconds
#!/bin/sh #!/bin/bash
cd miniaudio/external/ogg libs_to_configure=("ogg" "opus")
./configure
cd ../../.. cd miniaudio/external
for lib in "${libs_to_configure[@]}"; do
cd $lib
./configure
cd ..
done
...@@ -128,7 +128,7 @@ exec_windows: ...@@ -128,7 +128,7 @@ exec_windows:
BUILD_OPUS_VORBIS: '1' BUILD_OPUS_VORBIS: '1'
AUDIO_LIB: 'miniaudio' AUDIO_LIB: 'miniaudio'
MINIAUDIO_SUPPORT_OPUS_VORBIS: '1' MINIAUDIO_SUPPORT_OPUS_VORBIS: '1'
MINIAUDIO_BUILD_OPUS_VORBIS: '1' BUILD_OPUS_VORBIS: '1'
before_script: before_script:
- ./.ci/configure-libevent.sh - ./.ci/configure-libevent.sh
......
Subproject commit a807cf8da94ceb8456b138c87a0379b76de494cd Subproject commit 15b26798847a8af75b7f1f03a9a7df1583ae96af
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment