Fix non-debug library imports on Windows

This commit is contained in:
rdb 2010-03-05 07:53:54 +00:00
parent 813000b2cc
commit a78a262b16
1 changed files with 0 additions and 2 deletions

View File

@ -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: