aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/build.sh
diff options
context:
space:
mode:
authorDavid Walter Seikel2012-01-25 02:29:35 +1000
committerDavid Walter Seikel2012-01-25 02:29:35 +1000
commit3236320311f15640083c5bf420bcdeab725ff242 (patch)
tree7f8abdafad10884fbdedf919e49c8b79c1f2287b /build.sh
parentQuick and dirty testing of luaJIT+luaproc from LuaSL. (diff)
downloadSledjHamr-3236320311f15640083c5bf420bcdeab725ff242.zip
SledjHamr-3236320311f15640083c5bf420bcdeab725ff242.tar.gz
SledjHamr-3236320311f15640083c5bf420bcdeab725ff242.tar.bz2
SledjHamr-3236320311f15640083c5bf420bcdeab725ff242.tar.xz
Hack together LuaSL, LuaJIT, and luaproc. It's frankenstein right now. lol
Diffstat (limited to 'build.sh')
-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 _______________"