Commit 66a68857 authored by Ying Wang's avatar Ying Wang Committed by Jean-Baptiste Queru
Browse files

Fix the win_sdk build.

Change-Id: Ia6a300dcee084d79960aba4fba552dd7fd9c2dee
parent ced0e1b8
......@@ -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
......
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