mirror of
https://github.com/mongodb/mongo.git
synced 2024-12-01 09:32:32 +01:00
j != l
This commit is contained in:
parent
b5149886c5
commit
8b42f2ad0a
@ -209,7 +209,7 @@ for b in boostLibs:
|
||||
Exit(1)
|
||||
|
||||
for j in javaLibs:
|
||||
if not conf.CheckLib( l ):
|
||||
if not conf.CheckLib( j ):
|
||||
print( "can't find java lib [" + j + "]" )
|
||||
Exit(1)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user