* commit '31e588e4e1f7fa4223d01999150c7e2a71c797ac': Fix the win_sdk build.
This commit is contained in:
commit
4d18730567
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