Fix macOS packaging script
Use correct versioned filename when copying libEvent
This commit is contained in:
parent
ee3071e102
commit
f4455f05cb
@ -112,7 +112,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.2.1', 'sentry']
|
otherLibs = ['dbus-1.3', 'event_core-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
|
||||||
|
Loading…
Reference in New Issue
Block a user