mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 02:15:43 -04:00
Don't try to build check_adler and check_crc when ZLIB support has been disabled.
This commit is contained in:
parent
e5447a5fcd
commit
37da1427c0
@ -3824,6 +3824,7 @@ if (PkgSkip("OPENSSL")==0 and not RTDIST and not RUNTIME and PkgSkip("DEPLOYTOOL
|
||||
TargetAdd('build_patch.exe', input=COMMON_PANDA_LIBS_PYSTUB)
|
||||
TargetAdd('build_patch.exe', opts=OPTS)
|
||||
|
||||
if not PkgSkip("ZLIB"):
|
||||
TargetAdd('check_adler_check_adler.obj', opts=OPTS, input='check_adler.cxx')
|
||||
TargetAdd('check_adler.exe', input=['check_adler_check_adler.obj'])
|
||||
TargetAdd('check_adler.exe', input=COMMON_PANDA_LIBS_PYSTUB)
|
||||
|
Loading…
x
Reference in New Issue
Block a user