macOS: package libSentry
This commit is contained in:
parent
dbdfc52a00
commit
1c7dcaf5d5
1 changed files with 3 additions and 2 deletions
|
@ -110,8 +110,9 @@ end
|
||||||
libFile = "libOpenThreads.#{$openThreadsSoVersion}.dylib"
|
libFile = "libOpenThreads.#{$openThreadsSoVersion}.dylib"
|
||||||
`cp #{$prefixDir}/lib/#{libFile} #{$frameworksDir}`
|
`cp #{$prefixDir}/lib/#{libFile} #{$frameworksDir}`
|
||||||
|
|
||||||
# needed for SWIFT integration
|
# DBus and libEvent needed for SWIFT
|
||||||
otherLibs = ['dbus-1.3', 'event_core-2.2.1']
|
# Sentry is crash reporting
|
||||||
|
otherLibs = ['dbus-1.3', 'event_core-2.2.1', '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…
Add table
Reference in a new issue