Commit 272ec15e authored by brettw@chromium.org's avatar brettw@chromium.org

Fix nan definition on GN Android build.

This resulted in a double -D definition.

TBR=scottmg

Review URL: https://codereview.chromium.org/132903005

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244203 0039d316-1c4b-4281-b951-d872f2087c98
parent 13666a99
......@@ -291,7 +291,7 @@ config("runtime_library") {
# Work around incompatibilities between bionic and clang headers.
defines += [
"__compiler_offsetof=__builtin_offsetof",
"-Dnan=__builtin_nan",
"nan=__builtin_nan",
]
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment