macOS: update for correct libEvent version

This commit is contained in:
Automatic Release Builder
2022-04-19 13:48:56 +01:00
parent 969c2f9788
commit d043edf9c5

View File

@@ -114,7 +114,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