aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/LuaSL/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'LuaSL/build.sh')
-rwxr-xr-xLuaSL/build.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/LuaSL/build.sh b/LuaSL/build.sh
index 7c8ea25..4f2e5e8 100755
--- a/LuaSL/build.sh
+++ b/LuaSL/build.sh
@@ -79,8 +79,7 @@ echo $command
79$command 79$command
80 80
81# I want to remove -d, coz I want an enum, not a bunch of #defines, but btyacc creates #defines internally anyway. sigh 81# I want to remove -d, coz I want an enum, not a bunch of #defines, but btyacc creates #defines internally anyway. sigh
82# Should add -t as well for debugging, but it causes errors. 82command="btyacc -d -t -v -b LuaSL_yaccer -S btyacc-c.ske LuaSL_yaccer.y"
83command="btyacc -d -v -b LuaSL_yaccer -S btyacc-c.ske LuaSL_yaccer.y"
84echo $command 83echo $command
85$command 84$command
86 85