mirror of
https://github.com/godotengine/godot-angle-static.git
synced 2026-01-04 22:09:59 +03:00
RapidJSON: Enable std::string handling.
This will be useful for histogram output to JSON. Bug: angleproject:5161 Change-Id: Ifed3dfcd10e0cee94b7c13b9c92fdc351329d5c3 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2513084 Reviewed-by: Jamie Madill <jmadill@chromium.org> Commit-Queue: Jamie Madill <jmadill@chromium.org>
This commit is contained in:
3
third_party/rapidjson/BUILD.gn
vendored
3
third_party/rapidjson/BUILD.gn
vendored
@@ -6,6 +6,9 @@
|
||||
|
||||
config("rapidjson_config") {
|
||||
include_dirs = [ "src/include" ]
|
||||
|
||||
# Enable std::string functionality.
|
||||
defines = [ "RAPIDJSON_HAS_STDSTRING" ]
|
||||
}
|
||||
|
||||
source_set("rapidjson") {
|
||||
|
||||
Reference in New Issue
Block a user