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 731e488 commit 8a52982Copy full SHA for 8a52982
tasks/build.rake
@@ -10,7 +10,7 @@ namespace :vox do
10
11
abort 'You must provide a platform.' if args[:platform].nil? || args[:platform].empty?
12
platform = args[:platform]
13
- os, _ver, arch = platform.match(/^(\w+)-([\w|.]+)-(\w+)$/).captures
+ os, _ver, arch = platform.match(/^(\w+)-([\w.]+)-(\w+)$/).captures
14
if os == 'macos'
15
shell = `uname -m`.chomp
16
ruby = `ruby -v`.chomp
0 commit comments