Fix the win_sdk build.
Change-Id: Ia6a300dcee084d79960aba4fba552dd7fd9c2dee
This commit is contained in:
parent
854be68363
commit
dd75a03d35
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue