fix name for yap dll

This commit is contained in:
U-pekheno\Vitor 2010-06-04 22:32:26 +01:00
parent ab84319604
commit ea522eecfe

2
packages/pyswip/pyswip/core.py Normal file → Executable file
View File

@ -28,7 +28,7 @@ except ImportError:
try:
if sys.platform[:3] == "win":
# we're on windows
_lib = CDLL("libYap.dll")
_lib = CDLL("yap.dll")
elif sys.platform[:3] == "dar":
# we're on Mac OS
_lib = CDLL("libYap.dylib")