From f6f0be4b1b3d6a96f485f2074cad0af15e4b8185 Mon Sep 17 00:00:00 2001 From: rdb Date: Fri, 9 Apr 2010 13:17:53 +0000 Subject: [PATCH] Don't build make-prc-key for the rtdist build --- makepanda/makepanda.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makepanda/makepanda.py b/makepanda/makepanda.py index 366d9e2ed6..1794cd18a9 100755 --- a/makepanda/makepanda.py +++ b/makepanda/makepanda.py @@ -2120,7 +2120,7 @@ if (not RUNTIME): # DIRECTORY: dtool/src/prckeys/ # -if (PkgSkip("OPENSSL")==0 and not RUNTIME): +if (PkgSkip("OPENSSL")==0 and not RUNTIME and not RTDIST): OPTS=['DIR:dtool/src/prckeys', 'OPENSSL'] TargetAdd('make-prc-key_makePrcKey.obj', opts=OPTS, input='makePrcKey.cxx') TargetAdd('make-prc-key.exe', input='make-prc-key_makePrcKey.obj')