Last active
October 9, 2020 07:43
-
-
Save sooorajjj/c8c6a070f53eb49f36087b53ec834e59 to your computer and use it in GitHub Desktop.
Allow using prebuilt flex and bison
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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