Browse Source

Fix issue with contrib not found

rdb 16 years ago
parent
commit
a31a23cd31
1 changed files with 1 additions and 1 deletions
  1. 1 1
      makepanda/makepanda.py

+ 1 - 1
makepanda/makepanda.py

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