From a78a262b16fcc29f59be10201794ae5a35a3834f Mon Sep 17 00:00:00 2001 From: rdb Date: Fri, 5 Mar 2010 07:53:54 +0000 Subject: [PATCH] Fix non-debug library imports on Windows --- direct/src/ffi/panda3d.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/direct/src/ffi/panda3d.py b/direct/src/ffi/panda3d.py index 61305dce19..bd92938b5f 100644 --- a/direct/src/ffi/panda3d.py +++ b/direct/src/ffi/panda3d.py @@ -55,8 +55,6 @@ class panda3d_import_manager: # modified to locate all of the dynamic libraries. target = None filename = "libpandaexpress" + cls.dll_suffix - if cls.sys.platform == "win32": - filename += "_d" for dir in cls.sys.path + [cls.sys.prefix]: lib = cls.os.path.join(dir, filename) for dll_ext in cls.dll_exts: