Reviewers: jochen (slow),
Description:
Fix a stray reference to 'build_os' in BUILD.gn.
This should be 'host_os'; the build_os variable is going away.
[email protected]
BUG=344767
LOG=n
Please review this at https://codereview.chromium.org/1010683003/
Base URL: https://chromium.googlesource.com/v8/v8.git@master
Affected files (+1, -1 lines):
M BUILD.gn
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index
ab1e094ce273c65fc35f3edac9a9c140ba8c1129..e141f48a82bfab73faf2f9cbd860d7a52e6ee9a9
100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -1396,7 +1396,7 @@ source_set("v8_libbase") {
} else if (is_android) {
defines += [ "CAN_USE_VFP_INSTRUCTIONS" ]
- if (build_os == "mac") {
+ if (host_os == "mac") {
if (current_toolchain == host_toolchain) {
sources += [ "src/base/platform/platform-macos.cc" ]
} else {
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.