mirror of
https://github.com/infiniteCable2/panda.git
synced 2026-02-19 01:33:52 +08:00
8 lines
136 B
Python
8 lines
136 B
Python
env = Environment(
|
|
CC='clang',
|
|
CXX='clang++',
|
|
CPPPATH=[".", "../../board"],
|
|
)
|
|
|
|
env.SharedLibrary("libpandasafety.so", ["test.c"])
|