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 c4a89c2 commit 32c2cd8Copy full SHA for 32c2cd8
ext/libv8-node/paths.rb
@@ -20,7 +20,7 @@ def object_paths
20
end
21
22
def platform
23
- Gem::Platform.local.to_s.gsub(/-darwin-?\d+/, '-darwin')
+ Gem::Platform.local.tap { |p| RUBY_PLATFORM =~ /musl/ && p.version.nil? and p.instance_eval { @version = "musl" } }.to_s.gsub(/-darwin-?\d+/, '-darwin')
24
25
26
def config
0 commit comments