Merge pull request #24 from ramonmaruko/linux-compile-error

Fix: g++: error: unrecognized option '-h'
This commit is contained in:
John Bintz 2011-06-22 05:48:38 -07:00
commit e9a9a79142

View File

@ -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} system %{make}