Jenkins: Use submitted FAudio port on macOS

This commit is contained in:
RichardG867
2022-05-03 20:49:55 -03:00
parent 50d23fcc59
commit ba2edf535e
3 changed files with 2 additions and 4 deletions

View File

@@ -520,9 +520,6 @@ then
# Point CMake to the toolchain file.
[ -e "cmake/$toolchain.cmake" ] && cmake_flags_extra="$cmake_flags_extra -D \"CMAKE_TOOLCHAIN_FILE=cmake/$toolchain.cmake\""
# Use OpenAL as MacPorts doesn't package FAudio.
cmake_flags_extra="$cmake_flags_extra -D OPENAL=ON"
else
# Determine Debian architecture.
case $arch in