Use packaged json11 dependency (#37995)

* Use packaged json11 dependency

* rm that too
This commit is contained in:
Adeeb Shihadeh
2026-05-10 10:23:49 -07:00
committed by GitHub
parent d7c562e130
commit 63508d0481
16 changed files with 18 additions and 1087 deletions
-3
View File
@@ -1,3 +0,0 @@
Import('env')
env.Library('json11', ['json11/json11.cpp'], CCFLAGS=env['CCFLAGS'] + ['-Wno-unqualified-std-cast-call'])