aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/LuaSL/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'LuaSL/build.sh')
-rwxr-xr-xLuaSL/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/LuaSL/build.sh b/LuaSL/build.sh
index 2573073..b118f5a 100755
--- a/LuaSL/build.sh
+++ b/LuaSL/build.sh
@@ -74,7 +74,7 @@ $command
74names="LuaSL_LSL_tree LuaSL_lexer LuaSL_yaccer.tab" 74names="LuaSL_LSL_tree LuaSL_lexer LuaSL_yaccer.tab"
75 75
76LFLAGS="-d" 76LFLAGS="-d"
77command="flex -dbpv --outfile=LuaSL_lexer.c --header-file=LuaSL_lexer.h LuaSL_lexer.l" 77command="flex -C --outfile=LuaSL_lexer.c --header-file=LuaSL_lexer.h LuaSL_lexer.l"
78echo $command 78echo $command
79$command 79$command
80 80