This website requires JavaScript.
Explore
Help
Register
Sign In
mawei
/
openpilot1
mirror of
https://github.com/huifan0114/openpilot.git
Watch
1
Star
0
Fork
You've already forked openpilot1
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
FrogPilot
openpilot1
/
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
"
Reference in New Issue
View Git Blame
Copy Permalink