From a31a23cd31fbbada2c7b97f8829fd2f817c7d1c2 Mon Sep 17 00:00:00 2001 From: rdb Date: Fri, 1 Jan 2010 16:22:56 +0000 Subject: [PATCH] Fix issue with contrib not found --- makepanda/makepanda.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makepanda/makepanda.py b/makepanda/makepanda.py index 5824b4783d..63b7c3040a 100755 --- a/makepanda/makepanda.py +++ b/makepanda/makepanda.py @@ -240,7 +240,7 @@ if (RUNTIME): SetLinkAllStatic(True) if not os.path.isdir("contrib"): - PkgDisable("contrib") + PkgDisable("CONTRIB") ######################################################################## ##