This website requires JavaScript.
Explore
Help
Register
Sign In
declanwu
/
dp
forked from
mawei/dp
Watch
1
Star
0
Fork
You've already forked dp
0
Code
Pull Requests
Activity
patch-2
dp
/
common
/
ffi_wrapper.py
9 lines
113 B
Python
Raw
Permalink
Blame
History
import
platform
def
suffix
(
)
:
if
platform
.
system
(
)
==
"
Darwin
"
:
return
"
.dylib
"
else
:
return
"
.so
"
View Git Blame
Copy Permalink