Fix: g++: error: unrecognized option '-h'

This commit is contained in:
Ramon Marco L. Navarro 2011-06-21 23:36:54 +08:00
parent 00c4a30481
commit 675e958b66

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}