Fix macOS packaging script

Use correct versioned filename when copying libEvent
This commit is contained in:
Automatic Release Builder 2022-03-29 10:28:28 +01:00
parent ee3071e102
commit f4455f05cb

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.1.7', 'sentry']
otherLibs.each do |l|
`cp #{$prefixDir}/lib/lib#{l}.dylib #{$frameworksDir}`
end