Fix issue with contrib not found
This commit is contained in:
parent
a868f0c447
commit
a31a23cd31
|
|
@ -240,7 +240,7 @@ if (RUNTIME):
|
|||
SetLinkAllStatic(True)
|
||||
|
||||
if not os.path.isdir("contrib"):
|
||||
PkgDisable("contrib")
|
||||
PkgDisable("CONTRIB")
|
||||
|
||||
########################################################################
|
||||
##
|
||||
|
|
|
|||
Loading…
Reference in New Issue