Commit c4e6d604 authored by nanahira's avatar nanahira

Merge branch 'develop-static-build' into server-develop-static-build

parents 6f26f399 9cd5900a
#!/bin/sh
#!/bin/bash
cd miniaudio/external/ogg
./configure
cd ../../..
libs_to_configure=(
"ogg"
# "opus"
)
cd miniaudio/external
for lib in "${libs_to_configure[@]}"; do
cd $lib
./configure
cd ..
done
......@@ -201,6 +201,8 @@ exec_windows_pro3:
exec_linux:
extends: .exec_linux
tags:
- avx2
exec_linux_pro3:
extends:
......
......@@ -117,7 +117,7 @@ project "miniaudio"
"HAVE_LRINTF",
"OP_HAVE_LRINTF",
}
if not TARGET_MAC_ARM then
if not TARGET_MAC_ARM and not IS_ARM and not MAC_INTEL then
files {
"external/opus/celt/x86/pitch_avx.c",
"external/opus/celt/x86/pitch_sse.c",
......
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