Skip to content
This repository has been archived by the owner on Dec 5, 2023. It is now read-only.

Commit

Permalink
Merge pull request johnbintz#24 from ramonmaruko/linux-compile-error
Browse files Browse the repository at this point in the history
Fix: g++: error: unrecognized option '-h'
  • Loading branch information
johnbintz committed Jun 22, 2011
2 parents 00c4a30 + 675e958 commit e9a9a79
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion ext/jasmine-webkit-specrunner/extconf.rb
Original file line number Diff line number Diff line change
@@ -1,2 +1,8 @@
system %{qmake -spec macx-g++}
case RUBY_PLATFORM
when /linux/
system %{qmake -spec linux-g++}
else
system %{qmake -spec macx-g++}
end

system %{make}

0 comments on commit e9a9a79

Please sign in to comment.