summaryrefslogtreecommitdiff
path: root/config.nmake
diff options
context:
space:
mode:
Diffstat (limited to 'config.nmake')
-rw-r--r--config.nmake9
1 files changed, 2 insertions, 7 deletions
diff --git a/config.nmake b/config.nmake
index 6752310604..22dd038e8f 100644
--- a/config.nmake
+++ b/config.nmake
@@ -803,13 +803,8 @@ SED=sed
# recommended.
# Absolute or relative paths must be Windows-style
-# Chocolatey's C:\Chocolatey\bin\win_flex and -\win_bison are
-# currently unusable without some manual adjustments to the
-# win_flex and win_bison wrapper scripts. Calling the executables
-# directly should work.
-
#LEX=win_flex
-#LEX=C:\Chocolatey\lib\winflexbison.2.4.1.20140103\tools\win_flex
+#LEX=%ChocolateyInstall%\bin\win_flex
LEX=flex
# Command for yacc/bison. Cygwin's bison or Chocolatey's win_bison
@@ -817,7 +812,7 @@ LEX=flex
# Absolute or relative paths must be Windows-style
#YACC=win_bison
-#YACC=C:\Chocolatey\lib\winflexbison.2.4.1.20140103\tools\win_bison
+#YACC=%ChocolateyInstall%\bin\win_bison
YACC=bison
# Commands to convert UNIX line endings to DOS/Windows