Fix issue with contrib not found

This commit is contained in:
rdb 2010-01-01 16:22:56 +00:00
parent a868f0c447
commit a31a23cd31

View File

@ -240,7 +240,7 @@ if (RUNTIME):
SetLinkAllStatic(True) SetLinkAllStatic(True)
if not os.path.isdir("contrib"): if not os.path.isdir("contrib"):
PkgDisable("contrib") PkgDisable("CONTRIB")
######################################################################## ########################################################################
## ##