Accept cmph with lib64 too

This commit is contained in:
Kenneth Heafield 2013-04-25 21:50:05 +01:00
parent 4b4aba3d81
commit 2437ed441d

View File

@ -2,7 +2,7 @@ local current = "" ;
local includes = ;
local with-cmph = [ option.get "with-cmph" ] ;
if $(with-cmph) {
lib cmph : : <search>$(with-cmph)/lib ;
lib cmph : : <search>$(with-cmph)/lib <search>$(with-cmph)/lib64 ;
includes += <include>$(with-cmph)/include ;
current = "--with-cmph=$(with-cmph)" ;
}