We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84b6609 commit fd4f7f4Copy full SHA for fd4f7f4
port/PyAssimp/pyassimp/helper.py
@@ -27,6 +27,8 @@
27
# currently there's always a symlink called
28
# libassimp.so in /usr/local/lib.
29
ext_whitelist.append('.so')
30
+ # libassimp.dylib in /usr/local/lib
31
+ ext_whitelist.append('.dylib')
32
33
elif os.name=='nt':
34
ext_whitelist.append('.dll')
0 commit comments