Revert "Temporary audio system override" [skip ci]

This reverts commit da7bec3beb.
This commit is contained in:
RichardG867
2025-09-21 19:42:16 -03:00
parent 825e485340
commit e4acf4d013

2
.ci/Jenkinsfile vendored
View File

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