mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2024-12-26 18:51:04 +08:00
fix typo: issue #177
This commit is contained in:
parent
505e086ebc
commit
2f4e40bc95
@ -110,7 +110,7 @@ def amalgamate_source(source_top_dir=None,
|
|||||||
source.add_text("")
|
source.add_text("")
|
||||||
source.add_text('#include "%s"' % header_include_path)
|
source.add_text('#include "%s"' % header_include_path)
|
||||||
source.add_text("""
|
source.add_text("""
|
||||||
#ifndef JSON_IS_AMALGAMATED
|
#ifndef JSON_IS_AMALGAMATION
|
||||||
#error "Compile with -I PATH_TO_JSON_DIRECTORY"
|
#error "Compile with -I PATH_TO_JSON_DIRECTORY"
|
||||||
#endif
|
#endif
|
||||||
""")
|
""")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user