This website requires JavaScript.
Explore
Help
Register
Sign In
mawei
/
gm
mirror of
https://github.com/slims2016/openpilot.git
Watch
1
Star
0
Fork
You've already forked gm
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
879ac310d1
gm
/
common
/
ffi_wrapper.py
9 lines
113 B
Python
Raw
Blame
History
import
platform
def
suffix
(
)
:
if
platform
.
system
(
)
==
"
Darwin
"
:
return
"
.dylib
"
else
:
return
"
.so
"
Reference in New Issue
View Git Blame
Copy Permalink