Skip to content

Commit fd4f7f4

Browse files
author
autosquid
committed
for python binding to work on mac
add dylib to ext_whitelist for posix system
1 parent 84b6609 commit fd4f7f4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

port/PyAssimp/pyassimp/helper.py

+2
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@
2727
# currently there's always a symlink called
2828
# libassimp.so in /usr/local/lib.
2929
ext_whitelist.append('.so')
30+
# libassimp.dylib in /usr/local/lib
31+
ext_whitelist.append('.dylib')
3032

3133
elif os.name=='nt':
3234
ext_whitelist.append('.dll')

0 commit comments

Comments
 (0)