Browse Source

Don't build make-prc-key for the rtdist build

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

+ 1 - 1
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')