From 785dd819202845d1932b57f72c5f3a74dcaf7f3b Mon Sep 17 00:00:00 2001 From: David Rose Date: Thu, 30 Jul 2009 19:31:22 +0000 Subject: [PATCH] oops --- direct/src/extensions_native/extension_native_helpers.py | 1 + 1 file changed, 1 insertion(+) diff --git a/direct/src/extensions_native/extension_native_helpers.py b/direct/src/extensions_native/extension_native_helpers.py index e8cc97e8ac..c54bfae0a5 100644 --- a/direct/src/extensions_native/extension_native_helpers.py +++ b/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'