aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/LuaSL
diff options
context:
space:
mode:
Diffstat (limited to 'LuaSL')
-rwxr-xr-xLuaSL/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/LuaSL/build.sh b/LuaSL/build.sh
index 447c04a..7d95965 100755
--- a/LuaSL/build.sh
+++ b/LuaSL/build.sh
@@ -17,7 +17,7 @@ fi
17 17
18# No need for a make file, or dependencies, the entire thing takes only a few seconds to build. 18# No need for a make file, or dependencies, the entire thing takes only a few seconds to build.
19 19
20CFLAGS="-g -Wall -I include -I $LOCALDIR/src" 20CFLAGS="-g -Wall -Wunreachable-code -I include -I $LOCALDIR/src"
21CFLAGS="$CFLAGS -I ../../libraries" 21CFLAGS="$CFLAGS -I ../../libraries"
22CFLAGS="$CFLAGS -I ../../libraries/luajit-2.0/src" 22CFLAGS="$CFLAGS -I ../../libraries/luajit-2.0/src"
23#CFLAGS="$CFLAGS -I /usr/include/lua5.1" 23#CFLAGS="$CFLAGS -I /usr/include/lua5.1"