Browse Source

link in ODE for extension functions

rdb 11 years ago
parent
commit
fe07bceef9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      makepanda/makepanda.py

+ 1 - 1
makepanda/makepanda.py

@@ -4194,7 +4194,7 @@ if (PkgSkip("ODE")==0 and not RUNTIME):
   TargetAdd('ode.pyd', input='libpandaode.dll')
   TargetAdd('ode.pyd', input='core.pyd')
   TargetAdd('ode.pyd', input=COMMON_PANDA_LIBS)
-  TargetAdd('ode.pyd', opts=['PYTHON'])
+  TargetAdd('ode.pyd', opts=['PYTHON', 'ODE'])
 
 #
 # DIRECTORY: panda/src/bullet/