Skip to content

Commit

Permalink
modified Rakefile to specify Unity5.6.1f1 for Android (cf. #385 ).
Browse files Browse the repository at this point in the history
  • Loading branch information
KojiNakamaru committed Jan 4, 2019
1 parent f353105 commit 729c39e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion build/Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,12 @@ task :build do
FileUtils.cp "#{SRCDIR[i]}/#{src}", dstdir, {:preserve => true}
end
end
["Android", "Mac"].each do |t|
["Android"].each do |t|
Dir.chdir("#{SRCDIR[0]}/#{t}") do
sh "./install.sh --unity /Applications/Unity5.6.1f1"
end
end
["Mac"].each do |t|
Dir.chdir("#{SRCDIR[0]}/#{t}") do
sh "./install.sh"
end
Expand Down

0 comments on commit 729c39e

Please sign in to comment.