Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4ae86f76 authored by Bruce Wayne's avatar Bruce Wayne Committed by Christopher N. Hesse
Browse files

core: config: Use host flex if requested

Change-Id: If87b54c4eab002a52a64b774d5d8b8e15036dd01
parent 02da361a
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -573,7 +573,11 @@ ZIPTIME := $(prebuilt_build_tools_bin)/ziptime
# Generic tools.
JACK := $(HOST_OUT_EXECUTABLES)/jack

ifeq ($(USE_HOST_FLEX),yes)
LEX := flex
else
LEX := prebuilts/misc/$(BUILD_OS)-$(HOST_PREBUILT_ARCH)/flex/flex-2.5.39
endif
# The default PKGDATADIR built in the prebuilt bison is a relative path
# external/bison/data.
# To run bison from elsewhere you need to set up enviromental variable