Skip to content

Commit

Permalink
Enable builds using bison 3.7 or higher
Browse files Browse the repository at this point in the history
[skip ci]
Fixes #3586
  • Loading branch information
amtriathlon committed Oct 27, 2022
1 parent 50a027a commit 5a77180
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions src/gcconfig.pri.in
Expand Up @@ -77,16 +77,15 @@
# You may need to specify the full path if things don't work.
#QMAKE_LEX = flex
#QMAKE_YACC = bison
# If you are using bison 3.7 or higher, uncomment the line below
#QMAKE_MOVE = cp
# If you're compiling with nmake and VC then you
# will likely also use win_flex and win_bison
# so uncomment below
#QMAKE_LEX = win_flex
#QMAKE_YACC = win_bison
#win32 {
# QMAKE_YACC = bison --file-prefix=y -t
# QMAKE_MOVE = cmd /c move
# QMAKE_DEL_FILE = rm -f
#}
#QMAKE_LEX = win_flex --wincompat
#QMAKE_YACC = win_bison --file-prefix=y -t
# If you are using bison 3.7 or higher, uncomment the line below
#QMAKE_MOVE = copy

# If you want SRM download support you must install SRMIO
# http://www.zuto.de/project/srmio/
Expand Down

0 comments on commit 5a77180

Please sign in to comment.