From eff5b6e0fc5d7106a1a38967c3bbcbf73fdd6e44 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Sat, 25 Feb 2012 00:09:31 +1000 Subject: Moved luaproc into LuaSL, merged it all into it's own file, and replaced the luaproc list with Eina_Clist. From this point on, luaproc is officialy forked. --- build.sh | 6 ------ 1 file changed, 6 deletions(-) (limited to 'build.sh') diff --git a/build.sh b/build.sh index 41a7470..7395a3a 100755 --- a/build.sh +++ b/build.sh @@ -6,12 +6,6 @@ echo "_______________ BUILDING LuaJIT _______________" cd $wd/libraries/luajit-2.0 make amalg PREFIX=$()/src - -echo "_______________ BUILDING luaproc _______________" -cd $wd/libraries/luaproc -make - - echo "_______________ BUILDING lemon _______________" cd $wd/libraries/lemon rm -f *.o lemon -- cgit v1.1