David Rose 16 years ago
parent
commit
785dd81920
1 changed files with 1 additions and 0 deletions
  1. 1 0
      direct/src/extensions_native/extension_native_helpers.py

+ 1 - 0
direct/src/extensions_native/extension_native_helpers.py

@@ -22,6 +22,7 @@ if sys.platform == "win32":
     if dll_suffix is None:
         # Otherwise, we try to determine it from the executable name:
         # python_d.exe implies _d across the board.
+        dll_suffix = ''
         if sys.executable.endswith('_d.exe'):
             dll_suffix = '_d'