add aix libs
This commit is contained in:
parent
7cfb3b0570
commit
7a648166f1
|
@ -48,6 +48,9 @@ when /hpux/
|
|||
os = 'hpux'
|
||||
when /aix/
|
||||
os = 'aix'
|
||||
have_library("odm")
|
||||
have_library("cfg")
|
||||
have_library("perfstat")
|
||||
else
|
||||
os = RUBY_PLATFORM
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue