Skip to content
This repository has been archived by the owner on May 31, 2020. It is now read-only.

Commit

Permalink
Windows gem build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Dvorak committed Oct 22, 2007
1 parent 552ede0 commit ef97d03
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Rakefile
Expand Up @@ -64,6 +64,10 @@ case RUBY_PLATFORM
when /(:?mswin|mingw)/ when /(:?mswin|mingw)/
# rake on windows doesn't work properly for subdirectories # rake on windows doesn't work properly for subdirectories
# so iterate manually # so iterate manually
begin
Dir.mkdir("lib")
rescue
end
task :default => [:glfwlib] do task :default => [:glfwlib] do
Dir.chdir("ext\\glfw") do Dir.chdir("ext\\glfw") do
sh "ruby mkrf_conf.rb" sh "ruby mkrf_conf.rb"
Expand Down

0 comments on commit ef97d03

Please sign in to comment.