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:
parent
e2d9d3ef7c
commit
c2de5c306f
|
|
@ -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'])
|
||||
|
||||
#
|
||||
|
|
|
|||
Loading…
Reference in New Issue