Temporary audio system override

This commit is contained in:
RichardG867
2025-09-21 15:18:17 -03:00
parent 364468028e
commit da7bec3beb

2
.ci/Jenkinsfile vendored
View File

@@ -83,7 +83,7 @@ def presetSlugs = [
]
def presetFlags = [
'Regular': '-t --preset=regular -D CMAKE_BUILD_TYPE=Release',
'Regular': '-t --preset=regular -D CMAKE_BUILD_TYPE=Release -D OPENAL=OFF',
'Debug': '--preset=debug -D CMAKE_BUILD_TYPE=Debug -D STATIC_BUILD=OFF',
'Dev': '--preset=experimental -D CMAKE_BUILD_TYPE=Debug -D VNC=OFF -D STATIC_BUILD=OFF'
]