jasmine-headless-webkit/ext/jasmine-webkit-specrunner/extconf.rb

9 lines
122 B
Ruby
Raw Normal View History

case RUBY_PLATFORM
when /linux/
system %{qmake -spec linux-g++}
else
system %{qmake -spec macx-g++}
end
2011-04-11 10:24:07 +00:00
system %{make}