Skip to content

Commit

Permalink
Use mjruby.exe on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
jkutner committed Dec 3, 2015
1 parent 193fd81 commit 2aa431b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions extconf.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
when /^i\d86-Linux/ then "mruby/build/i686-pc-linux-gnu/bin/mjruby"
when /^x86_64-Mac OS X/ then "mruby/build/x86_64-apple-darwin14/bin/mjruby"
when /^i\d86-Mac OS X/ then "mruby/build/x86_64-apple-darwin14/bin/mjruby"
when /^x86-Windows/ then "mruby/build/i686-w64-mingw32/bin/mjruby"
when /^(amd64|x86_64)-Windows/ then "mruby/build/x86_64-w64-mingw32/bin/mjruby"
when /^x86-Windows/ then "mruby/build/i686-w64-mingw32/bin/mjruby.exe"
when /^(amd64|x86_64)-Windows/ then "mruby/build/x86_64-w64-mingw32/bin/mjruby.exe"
when /^x86-FreeBSD/ then "mruby/build/i686-pc-freebsd7/bin/mjruby"
when /^(amd64|x86_64)-FreeBSD/ then "mruby/build/x86_64-pc-freebsd7/bin/mjruby"
else nil
Expand Down

0 comments on commit 2aa431b

Please sign in to comment.