]> granicus.if.org Git - nethack/commitdiff
win_flex and win_bison
authornhmall <nhmall@nethack.org>
Tue, 14 Apr 2020 05:06:08 +0000 (01:06 -0400)
committernhmall <nhmall@nethack.org>
Tue, 14 Apr 2020 05:06:08 +0000 (01:06 -0400)
win/win32/vs2017/travisci.sh

index cdc2c0b1fdd625817f4db33e59b40ea20890a3ba..249e4c3fda52cb1a0e483cf043ed3eea749f1238 100644 (file)
@@ -28,8 +28,8 @@ export LIB=/c/Program\ Files\ \(x86\)/Windows\ Kits/10/lib/$WKITVER/um/x86:$LIB
 git clone --depth 1 https://github.com/wmcbrine/PDCurses.git ../pdcurses
 export ADD_CURSES=Y
 export PDCURSES_TOP=../../pdcurses
-export YACC="bison -y"
-export LEX=flex.exe
+export YACC="win_bison -y"
+export LEX=win_flex.exe
 export YTABC=y.tab.c
 export YTABH=y.tab.h
 export LEXYYC=lex.yy.c