Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3919)

Unified Diff: build/toolchain/nacl/BUILD.gn

Issue 1366153002: Use host instead of current OS for NaCl toolchain location (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/toolchain/nacl/BUILD.gn
diff --git a/build/toolchain/nacl/BUILD.gn b/build/toolchain/nacl/BUILD.gn
index 61824b6821a5cfd17cfb17b80e75e0487f1639c4..686960297d403f7725801860811a5c6aee67d5ce 100644
--- a/build/toolchain/nacl/BUILD.gn
+++ b/build/toolchain/nacl/BUILD.gn
@@ -6,7 +6,7 @@ import("//build/config/sysroot.gni")
import("//build/toolchain/nacl_toolchain.gni")
nacl_toolchain_dir = rebase_path("//native_client/toolchain", root_build_dir)
-os_toolchain_dir = "${nacl_toolchain_dir}/${current_os}_x86"
+os_toolchain_dir = "${nacl_toolchain_dir}/${host_os}_x86"
# Add the toolchain revision as a preprocessor define so that sources are
# rebuilt when a toolchain is updated.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698