mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-07-24 12:02:07 +08:00
656de3f17b
This reverts commit 63508d0481.
4 lines
121 B
Python
4 lines
121 B
Python
Import('env')
|
|
|
|
env.Library('json11', ['json11/json11.cpp'], CCFLAGS=env['CCFLAGS'] + ['-Wno-unqualified-std-cast-call'])
|