Skip to content

Instantly share code, notes, and snippets.

@sooorajjj
Last active October 9, 2020 07:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sooorajjj/c8c6a070f53eb49f36087b53ec834e59 to your computer and use it in GitHub Desktop.
Save sooorajjj/c8c6a070f53eb49f36087b53ec834e59 to your computer and use it in GitHub Desktop.
Allow using prebuilt flex and bison
diff --git a/ui/build/paths/config.go b/ui/build/paths/config.go
index d17b9f77..6c124066 100644
--- a/ui/build/paths/config.go
+++ b/ui/build/paths/config.go
@@ -110,6 +110,8 @@ var Configuration = map[string]PathConfig{
"xz": Allowed,
"zip": Allowed,
"zipinfo": Allowed,
+ "flex": Allowed,
+ "bison": Allowed,
// Host toolchain is removed. In-tree toolchain should be used instead.
// GCC also can't find cc1 with this implementation.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment