From dd75a03d35499c34db913e886dbed5c37f5ce6d8 Mon Sep 17 00:00:00 2001 From: Ying Wang Date: Fri, 5 Apr 2013 18:51:32 -0700 Subject: [PATCH] Fix the win_sdk build. Change-Id: Ia6a300dcee084d79960aba4fba552dd7fd9c2dee --- core/config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/config.mk b/core/config.mk index 5ff8ccfc36..1be3be0cdd 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