aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/build.sh
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xbuild.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.sh b/build.sh
index 19c7ff9..41a7470 100755
--- a/build.sh
+++ b/build.sh
@@ -3,8 +3,8 @@
3wd=$(pwd) 3wd=$(pwd)
4 4
5echo "_______________ BUILDING LuaJIT _______________" 5echo "_______________ BUILDING LuaJIT _______________"
6cd libraries/luajit-2.0 6cd $wd/libraries/luajit-2.0
7make 7make amalg PREFIX=$()/src
8 8
9 9
10echo "_______________ BUILDING luaproc _______________" 10echo "_______________ BUILDING luaproc _______________"