We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e417bb commit f6a674cCopy full SHA for f6a674c
eyelinkio/edf/_edf2py.py
@@ -43,13 +43,7 @@ def get_lib_path():
43
else: # 32 bit
44
lib_path = lib_path / "win32" / "edfapi.dll"
45
elif sys.platform.startswith('darwin'):
46
- lib_path = (lib_path /
47
- "macos" /
48
- "edfapi.framework" /
49
- "Versions" /
50
- "Current" /
51
- "edfapi"
52
- )
+ lib_path = (lib_path / "macos" / "edfapi.framework" / "edfapi")
53
elif sys.platform.startswith('linux'):
54
lib_path = lib_path / "linux" / "libedfapi.so"
55
else:
0 commit comments