mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
Don't build make-prc-key for the rtdist build
This commit is contained in:
parent
f76a3b37da
commit
f6f0be4b1b
@ -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')
|
||||
|
Loading…
x
Reference in New Issue
Block a user