Skip to content

Commit

Permalink
only for json11
Browse files Browse the repository at this point in the history
  • Loading branch information
adeebshihadeh committed Sep 8, 2022
1 parent 9fb2c40 commit 08d7bf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third_party/SConscript
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Import('env')

env.Library('json11', ['json11/json11.cpp'])
env.Library('json11', ['json11/json11.cpp'], CCFLAGS=env['CCFLAGS'] + ['-Wno-unqualified-std-cast-call'])
env.Append(CPPPATH=[Dir('json11')])

env.Library('kaitai', ['kaitai/kaitaistream.cpp'], CPPDEFINES=['KS_STR_ENCODING_NONE'])

0 comments on commit 08d7bf3

Please sign in to comment.