diff --git a/dtool/Config.pp b/dtool/Config.pp index 8a36dfec1e..b9c0b4f9d4 100644 --- a/dtool/Config.pp +++ b/dtool/Config.pp @@ -622,7 +622,7 @@ // Is ODE installed, and where? #define ODE_IPATH #define ODE_LPATH -#define ODE_LIBS $[if $[WINDOWS_PLATFORM],libode.lib,libode] +#define ODE_LIBS $[if $[WINDOWS_PLATFORM],ode.lib,ode] #defer HAVE_ODE $[libtest $[ODE_LPATH],$[ODE_LIBS]] // Do you want to build the DirectD tools for starting Panda clients