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