mirror of
https://github.com/infiniteCable2/panda.git
synced 2026-02-18 17:23:52 +08:00
* Revert "remove unused scons argument (#1169)"
This reverts commit 702e5281d8.
* try this
* clean up
* default true
* default true
* already built
12 lines
192 B
Python
12 lines
192 B
Python
env = Environment(
|
|
CC='gcc',
|
|
CFLAGS=[
|
|
'-nostdlib',
|
|
'-fno-builtin',
|
|
'-std=gnu11',
|
|
],
|
|
CPPPATH=[".", "../../board"],
|
|
)
|
|
|
|
env.SharedLibrary("libpanda.so", ["safety_helpers.c"])
|