jasmine-headless-webkit/ext/jasmine-webkit-specrunner/extconf.rb
2011-06-21 23:36:54 +08:00

9 lines
122 B
Ruby

case RUBY_PLATFORM
when /linux/
system %{qmake -spec linux-g++}
else
system %{qmake -spec macx-g++}
end
system %{make}