aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ClientHamr/GuiLua/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ClientHamr/GuiLua/build.sh')
-rwxr-xr-xClientHamr/GuiLua/build.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/ClientHamr/GuiLua/build.sh b/ClientHamr/GuiLua/build.sh
index 076c106..c405bb2 100755
--- a/ClientHamr/GuiLua/build.sh
+++ b/ClientHamr/GuiLua/build.sh
@@ -4,7 +4,6 @@ export LOCALDIR=`pwd`
4 4
5# No need for a make file, or dependencies, the entire thing takes only a few seconds to build. 5# No need for a make file, or dependencies, the entire thing takes only a few seconds to build.
6 6
7
8CFLAGS="-g -Wall -I include -I $LOCALDIR" 7CFLAGS="-g -Wall -I include -I $LOCALDIR"
9CFLAGS="$CFLAGS -I ../../libraries" 8CFLAGS="$CFLAGS -I ../../libraries"
10CFLAGS="$CFLAGS $(pkg-config --cflags luajit)" 9CFLAGS="$CFLAGS $(pkg-config --cflags luajit)"