Add libevent to packaging list

This commit is contained in:
Automatic Release Builder 2022-04-20 10:26:52 +01:00
parent d043edf9c5
commit 5b12f55c3f

View File

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