Jenkins: Use OpenAL on macOS

This commit is contained in:
richardg867 2022-04-06 15:38:27 -03:00 committed by GitHub
parent e1906c03b3
commit ce7a1ad1c1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -333,6 +333,9 @@ 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.
cmake_flags_extra="$cmake_flags_extra -D OPENAL=ON"
else
# Determine Debian architecture.
case $arch in