Browse Source

don't link with pystub

David Rose 19 years ago
parent
commit
3b03d4f2f9
2 changed files with 2 additions and 2 deletions
  1. 1 1
      pandatool/src/maya/Sources.pp
  2. 1 1
      pandatool/src/softegg/Sources.pp

+ 1 - 1
pandatool/src/maya/Sources.pp

@@ -8,7 +8,7 @@
   #define OTHER_LIBS \
     putil:c panda:m \
     express:c pandaexpress:m \
-    dtoolutil:c dtoolbase:c prc:c dconfig:c dtoolconfig:m dtool:m pystub
+    dtoolutil:c dtoolbase:c prc:c dconfig:c dtoolconfig:m dtool:m
 
   #define SOURCES \
     config_maya.cxx config_maya.h \

+ 1 - 1
pandatool/src/softegg/Sources.pp

@@ -9,7 +9,7 @@
     egg:c pandaegg:m \
     linmath:c putil:c panda:m \
     express:c pandaexpress:m \
-    dtoolutil:c dtoolbase:c prc:c dconfig:c dtoolconfig:m dtool:m pystub
+    dtoolutil:c dtoolbase:c prc:c dconfig:c dtoolconfig:m dtool:m
 
   #define BUILDING_DLL BUILDING_MISC
   #define UNIX_SYS_LIBS \