Skip to content

Commit 873d5de

Browse files
committed
fix
1 parent 19b6d6e commit 873d5de

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tasks/build.rake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ namespace :vox do
1010

1111
abort 'You must provide a platform.' if args[:platform].nil? || args[:platform].empty?
1212
platform = args[:platform]
13-
os, _ver, arch = platform.match(/^(\w+)-(\w+)-(\w+)$/).captures
13+
os, _ver, arch = platform.match(/^(\w+)-([\w|\.]+)-(\w+)$/).captures
1414
if os == 'macos'
1515
shell = `uname -m`.chomp
1616
ruby = `ruby -v`.chomp

0 commit comments

Comments
 (0)