mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2025-06-13 19:40:14 +02:00
Exclude allocator.h from amalgamated header
Nobody using SecureAllocator really needs the amalgamated header. resolves #461
This commit is contained in:
parent
45da594e71
commit
980cdf0fb5
@ -67,7 +67,7 @@ def amalgamate_source(source_top_dir=None,
|
|||||||
header.add_text("/// to prevent private header inclusion.")
|
header.add_text("/// to prevent private header inclusion.")
|
||||||
header.add_text("#define JSON_IS_AMALGAMATION")
|
header.add_text("#define JSON_IS_AMALGAMATION")
|
||||||
header.add_file("include/json/version.h")
|
header.add_file("include/json/version.h")
|
||||||
header.add_file("include/json/allocator.h")
|
#header.add_file("include/json/allocator.h") # Not available here.
|
||||||
header.add_file("include/json/config.h")
|
header.add_file("include/json/config.h")
|
||||||
header.add_file("include/json/forwards.h")
|
header.add_file("include/json/forwards.h")
|
||||||
header.add_file("include/json/features.h")
|
header.add_file("include/json/features.h")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user