makepanda: Don't link p3dcparse with pystub

pystub doesn't really define enough symbols to be useful with newer Python versions, and it seems that there are compile errors with python 3.13t on manylinux2014 due to conflicts with the Python library itself
This commit is contained in:
rdb 2024-10-30 20:19:05 +01:00
parent e2d9d3ef7c
commit c2de5c306f
1 changed files with 1 additions and 1 deletions

View File

@ -5796,7 +5796,7 @@ if (PkgSkip("PYTHON")==0 and PkgSkip("DIRECT")==0 and not RTDIST and not RUNTIME
PyTargetAdd('p3dcparse.exe', input='dcparse_dcparse.obj')
PyTargetAdd('p3dcparse.exe', input='libp3direct.dll')
PyTargetAdd('p3dcparse.exe', input=COMMON_PANDA_LIBS)
PyTargetAdd('p3dcparse.exe', input='libp3pystub.lib')
#PyTargetAdd('p3dcparse.exe', input='libp3pystub.lib')
PyTargetAdd('p3dcparse.exe', opts=['ADVAPI'])
#