Mac: include OpenAL-soft in the bundle

This commit is contained in:
Automatic Release Builder
2022-01-06 14:19:11 +00:00
parent 9fa81a6ab8
commit b1dd31e255

View File

@@ -112,7 +112,7 @@ libFile = "libOpenThreads.#{$openThreadsSoVersion}.dylib"
# DBus and libEvent needed for SWIFT
# Sentry is crash reporting
otherLibs = ['dbus-1.3', 'event_core-2.2.1', 'sentry']
otherLibs = ['dbus-1.3', 'event_core-2.2.1', 'sentry', 'openal.1.21.1']
otherLibs.each do |l|
`cp #{$prefixDir}/lib/lib#{l}.dylib #{$frameworksDir}`
end