mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 09:52:27 -04:00
oops
This commit is contained in:
parent
14efb1cbaf
commit
785dd81920
@ -22,6 +22,7 @@ if sys.platform == "win32":
|
|||||||
if dll_suffix is None:
|
if dll_suffix is None:
|
||||||
# Otherwise, we try to determine it from the executable name:
|
# Otherwise, we try to determine it from the executable name:
|
||||||
# python_d.exe implies _d across the board.
|
# python_d.exe implies _d across the board.
|
||||||
|
dll_suffix = ''
|
||||||
if sys.executable.endswith('_d.exe'):
|
if sys.executable.endswith('_d.exe'):
|
||||||
dll_suffix = '_d'
|
dll_suffix = '_d'
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user