We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f147d8 commit 97ce2e0Copy full SHA for 97ce2e0
pyroscope_ffi/ruby/Rakefile
@@ -67,6 +67,7 @@ namespace :aarch64_linux do
67
spec = Bundler.load_gemspec('pyroscope.gemspec')
68
spec.platform = 'aarch64-linux'
69
spec.files += FileList['lib/rbspy/rbspy.*']
70
+ spec.files += FileList['lib/rbspy.libs/*']
71
spec.files += FileList['lib/thread_id/thread_id.*']
72
spec.extensions = []
73
0 commit comments