Fix: g++: error: unrecognized option '-h'
This commit is contained in:
parent
00c4a30481
commit
675e958b66
@ -1,2 +1,8 @@
|
||||
case RUBY_PLATFORM
|
||||
when /linux/
|
||||
system %{qmake -spec linux-g++}
|
||||
else
|
||||
system %{qmake -spec macx-g++}
|
||||
end
|
||||
|
||||
system %{make}
|
||||
|
Loading…
Reference in New Issue
Block a user