aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYing Wang <wangying@google.com>2013-04-06 02:51:24 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2013-04-06 02:51:24 +0000
commit4996c8073e87dd9e361b385d8aeb121f4c36a221 (patch)
treeb14914a0ec4101d578e1a134e591e99a393ea783
parent2321482e04edfbd3a8eeab1c8b3b32e53067c564 (diff)
parent66a68857a1ece193b6027f3ddb4459fe85c6ff80 (diff)
downloadbuild-4996c8073e87dd9e361b385d8aeb121f4c36a221.tar.gz
Merge "Fix the win_sdk build."
-rw-r--r--core/config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/config.mk b/core/config.mk
index c718d821fa..e008a64d0f 100644
--- a/core/config.mk
+++ b/core/config.mk
@@ -281,7 +281,7 @@ LEX := flex
# To run bison from elsewhere you need to set up enviromental variable
# BISON_PKGDATADIR.
BISON_PKGDATADIR := $(PWD)/external/bison/data
-BISON := prebuilts/misc/$(HOST_PREBUILT_TAG)/bison/bison
+BISON := prebuilts/misc/$(BUILD_OS)-$(BUILD_ARCH)/bison/bison
YACC := $(BISON) -d
DOXYGEN:= doxygen