aboutsummaryrefslogtreecommitdiff
path: root/core/byacc/build
diff options
context:
space:
mode:
Diffstat (limited to 'core/byacc/build')
-rwxr-xr-xcore/byacc/build1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/byacc/build b/core/byacc/build
index cc21d9ed..8ed78043 100755
--- a/core/byacc/build
+++ b/core/byacc/build
@@ -4,6 +4,7 @@ export LDFLAGS="$LDFLAGS -static"
./configure \
--prefix=/usr \
+ --enable-btyacc \
--program-transform='s/^/b/'
make