mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-02-18 15:13:52 +08:00
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'])
|