Browse Source

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
rdb 1 year ago
parent
commit
c2de5c306f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      makepanda/makepanda.py

+ 1 - 1
makepanda/makepanda.py

@@ -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'])
 
 #